- All Known Subinterfaces:
AgentContext
- All Known Implementing Classes:
AbstractAgent
public interface Store
-
Method Summary
Modifier and TypeMethodDescriptionSpatialData<swim.structure.Value,swim.math.R2Shape, swim.structure.Value> geospatialData(String name) SpatialData<swim.structure.Value,swim.math.R2Shape, swim.structure.Value> geospatialData(swim.structure.Value name) ListData<swim.structure.Value>ListData<swim.structure.Value>listData(swim.structure.Value name) MapData<swim.structure.Value,swim.structure.Value> MapData<swim.structure.Value,swim.structure.Value> mapData(swim.structure.Value name) <S> SpatialData<swim.structure.Value,S, swim.structure.Value> spatialData(String name, swim.math.Z2Form<S> shapeForm) <S> SpatialData<swim.structure.Value,S, swim.structure.Value> spatialData(swim.structure.Value name, swim.math.Z2Form<S> shapeForm) ValueData<swim.structure.Value>ValueData<swim.structure.Value>valueData(swim.structure.Value name)
-
Method Details
-
listData
-
listData
-
mapData
-
mapData
-
spatialData
<S> SpatialData<swim.structure.Value,S, spatialDataswim.structure.Value> (swim.structure.Value name, swim.math.Z2Form<S> shapeForm) -
spatialData
<S> SpatialData<swim.structure.Value,S, spatialDataswim.structure.Value> (String name, swim.math.Z2Form<S> shapeForm) -
geospatialData
SpatialData<swim.structure.Value,swim.math.R2Shape, geospatialDataswim.structure.Value> (swim.structure.Value name) -
geospatialData
SpatialData<swim.structure.Value,swim.math.R2Shape, geospatialDataswim.structure.Value> (String name) -
valueData
-
valueData
-