-
- All Known Subinterfaces:
AgentContext
,StoreBinding
- All Known Implementing Classes:
AbstractAgent
,AgentView
,DbStore
,MemStore
,StoreProxy
public interface Store
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpatialData<Value,R2Shape,Value>
geospatialData(String name)
SpatialData<Value,R2Shape,Value>
geospatialData(Value name)
ListData<Value>
listData(String name)
ListData<Value>
listData(Value name)
MapData<Value,Value>
mapData(String name)
MapData<Value,Value>
mapData(Value name)
<S> SpatialData<Value,S,Value>
spatialData(String name, Z2Form<S> shapeForm)
<S> SpatialData<Value,S,Value>
spatialData(Value name, Z2Form<S> shapeForm)
ValueData<Value>
valueData(String name)
ValueData<Value>
valueData(Value name)
-
-
-
Method Detail
-
spatialData
<S> SpatialData<Value,S,Value> spatialData(Value name, Z2Form<S> shapeForm)
-
spatialData
<S> SpatialData<Value,S,Value> spatialData(String name, Z2Form<S> shapeForm)
-
geospatialData
SpatialData<Value,R2Shape,Value> geospatialData(Value name)
-
geospatialData
SpatialData<Value,R2Shape,Value> geospatialData(String name)
-
-