-
- All Superinterfaces:
swim.util.Log,swim.store.StoreContext
- All Known Subinterfaces:
HostContext,LaneContext,MeshBinding,MeshContext,NodeContext,PartBinding,PartContext,RootBinding,RootContext
- All Known Implementing Classes:
AbstractSwimRef,AbstractTierBinding,AgentLane,AgentModel,AgentNode,AgentView,CommandLaneModel,DemandLaneModel,DemandMapLaneModel,HostProxy,HostScope,HostTable,HostTableNode,JoinMapLaneModel,JoinValueLaneModel,LaneModel,LaneProxy,LaneScope,ListLaneModel,MapLaneModel,MeshProxy,MeshTable,MeshTablePart,NodeProxy,NodeScope,PartProxy,PartTable,PartTableHost,RootProxy,RootTable,RootTableMesh,Scope,SpatialLaneModel,SupplyLaneModel,ValueLaneModel
public interface CellContext extends swim.store.StoreContext, swim.util.Log
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkBindingbindDownlink(swim.api.downlink.Downlink downlink)voidcloseDownlink(LinkBinding link)swim.api.data.DataFactorydata()voidhttpDownlink(HttpBinding http)swim.uri.UrimeshUri()voidopenDownlink(LinkBinding link)swim.api.policy.Policypolicy()voidpushDown(PushRequest pushRequest)swim.concurrent.Scheduleschedule()swim.concurrent.Stagestage()
-
-
-
Method Detail
-
meshUri
swim.uri.Uri meshUri()
-
policy
swim.api.policy.Policy policy()
-
schedule
swim.concurrent.Schedule schedule()
-
stage
swim.concurrent.Stage stage()
-
data
swim.api.data.DataFactory data()
-
bindDownlink
LinkBinding bindDownlink(swim.api.downlink.Downlink downlink)
-
openDownlink
void openDownlink(LinkBinding link)
-
closeDownlink
void closeDownlink(LinkBinding link)
-
httpDownlink
void httpDownlink(HttpBinding http)
-
pushDown
void pushDown(PushRequest pushRequest)
-
-