- All Known Subinterfaces:
AgentContext
- All Known Implementing Classes:
AbstractAgent,AgentModel,AgentNode,AgentView,MetaEdgeAgent,MetaHostAgent,MetaLaneAgent,MetaMeshAgent,MetaPartAgent
public interface LaneFactory
-
Method Summary
Modifier and TypeMethodDescription<V> CommandLane<V><V> DemandLane<V><K,V> DemandMapLane<K, V> <K,V> SpatialLane<K, R2Shape, V> <V> HttpLane<V>httpLane()<L,K, V> JoinMapLane<L, K, V> <K,V> JoinValueLane<K, V> <V> ListLane<V>listLane()<K,V> MapLane<K, V> mapLane()<K,S, V> SpatialLane<K, S, V> spatialLane(Z2Form<S> shapeForm) <V> SupplyLane<V><V> ValueLane<V><I,O> WsLane<I, O> wsLane()
-
Method Details
-
commandLane
-
demandLane
-
demandMapLane
-
httpLane
-
joinMapLane
-
joinValueLane
-
listLane
-
mapLane
-
spatialLane
-
geospatialLane
-
supplyLane
-
valueLane
-
wsLane
-