-
- All Superinterfaces:
DownlinkFactory,Log,WarpRef
- All Known Implementing Classes:
ActorSpace
public interface Space extends WarpRef, Log
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <P extends Plane>
PgetPlane(Class<? extends P> planeClass)PlanegetPlane(String planeName)<P extends Plane>
PopenPlane(String planeName, Class<? extends P> planeClass)<P extends Plane>
PopenPlane(String planeName, PlaneFactory<P> planeFactory)Collection<? extends Plane>planes()PlanePolicypolicy()Scheduleschedule()Stagestage()-
Methods inherited from interface swim.api.downlink.DownlinkFactory
downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs
-
-
-
-
Method Detail
-
schedule
Schedule schedule()
-
stage
Stage stage()
-
policy
PlanePolicy policy()
-
openPlane
<P extends Plane> P openPlane(String planeName, PlaneFactory<P> planeFactory)
-
planes
Collection<? extends Plane> planes()
-
-