- All Known Subinterfaces:
AgentContext
- All Known Implementing Classes:
AbstractAgent
public interface LaneFactory
-
Method Summary
Modifier and TypeMethodDescription<V> CommandLane<V><V> DemandLane<V><K,V> DemandMapLane<K, V> <K,V> SpatialLane<K, swim.math.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(swim.math.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
-