-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Collection<? extends swim.api.agent.AgentDef>agentDefs()swim.api.agent.AgentDefgetAgentDef(swim.structure.Value agentId)LaneDefgetLaneDef(swim.uri.Uri laneUri)Collection<? extends LaneDef>laneDefs()swim.uri.UriPatternnodePattern()swim.uri.UrinodeUri()default swim.structure.Valueprops(swim.uri.Uri nodeUri)
-
-
-
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)
-
laneDefs
Collection<? extends LaneDef> laneDefs()
-
getLaneDef
LaneDef getLaneDef(swim.uri.Uri laneUri)
-
-