-
public interface Storage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidinit(String path, String basePath, swim.api.plane.PlaneContext planeContext)voidinit(swim.api.plane.PlaneContext planeContext, swim.structure.Value storeSettings)ListDataBindingopenListData(swim.structure.Value name)ListDataBindingopenListData(swim.uri.Uri nodeUri, swim.structure.Value name)MapDataBindingopenMapData(swim.structure.Value name)MapDataBindingopenMapData(swim.uri.Uri nodeUri, swim.structure.Value name)<S> SpatialDataBinding<S>openSpatialData(swim.structure.Value name, swim.math.Z2Form<S> shapeForm)<S> SpatialDataBinding<S>openSpatialData(swim.uri.Uri nodeUri, swim.structure.Value name, swim.math.Z2Form<S> shapeForm)ValueDataBindingopenValueData(swim.structure.Value name)ValueDataBindingopenValueData(swim.uri.Uri nodeUri, swim.structure.Value name)
-
-
-
Method Detail
-
init
void init(swim.api.plane.PlaneContext planeContext, swim.structure.Value storeSettings)
-
openListData
ListDataBinding openListData(swim.structure.Value name)
-
openListData
ListDataBinding openListData(swim.uri.Uri nodeUri, swim.structure.Value name)
-
openMapData
MapDataBinding openMapData(swim.structure.Value name)
-
openMapData
MapDataBinding openMapData(swim.uri.Uri nodeUri, swim.structure.Value name)
-
openSpatialData
<S> SpatialDataBinding<S> openSpatialData(swim.structure.Value name, swim.math.Z2Form<S> shapeForm)
-
openSpatialData
<S> SpatialDataBinding<S> openSpatialData(swim.uri.Uri nodeUri, swim.structure.Value name, swim.math.Z2Form<S> shapeForm)
-
openValueData
ValueDataBinding openValueData(swim.structure.Value name)
-
openValueData
ValueDataBinding openValueData(swim.uri.Uri nodeUri, swim.structure.Value name)
-
close
void close()
-
-