Module swim.runtime
Package swim.runtime

Interface NodeDef

  • All Superinterfaces:
    CellDef

    public interface NodeDef
    extends CellDef
    • Method Detail

      • nodeUri

        swim.uri.Uri nodeUri()
      • nodePattern

        swim.uri.UriPattern nodePattern()
      • props

        default swim.structure.Value props​(swim.uri.Uri nodeUri)
      • agentDefs

        Collection<? extends swim.api.agent.AgentDef> agentDefs()
      • getAgentDef

        swim.api.agent.AgentDef getAgentDef​(swim.structure.Value agentId)
      • getLaneDef

        LaneDef getLaneDef​(swim.uri.Uri laneUri)