Module swim.api

Interface Store

All Known Subinterfaces:
AgentContext
All Known Implementing Classes:
AbstractAgent

public interface Store
  • Method Details

    • listData

      ListData<swim.structure.Value> listData(swim.structure.Value name)
    • listData

      ListData<swim.structure.Value> listData(String name)
    • mapData

      MapData<swim.structure.Value,swim.structure.Value> mapData(swim.structure.Value name)
    • mapData

      MapData<swim.structure.Value,swim.structure.Value> mapData(String name)
    • spatialData

      <S> SpatialData<swim.structure.Value,S,swim.structure.Value> spatialData(swim.structure.Value name, swim.math.Z2Form<S> shapeForm)
    • spatialData

      <S> SpatialData<swim.structure.Value,S,swim.structure.Value> spatialData(String name, swim.math.Z2Form<S> shapeForm)
    • geospatialData

      SpatialData<swim.structure.Value,swim.math.R2Shape,swim.structure.Value> geospatialData(swim.structure.Value name)
    • geospatialData

      SpatialData<swim.structure.Value,swim.math.R2Shape,swim.structure.Value> geospatialData(String name)
    • valueData

      ValueData<swim.structure.Value> valueData(swim.structure.Value name)
    • valueData

      ValueData<swim.structure.Value> valueData(String name)