-
- All Superinterfaces:
DownlinkFactory,swim.util.Log,WarpRef
public interface Space extends WarpRef, swim.util.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()swim.concurrent.Scheduleschedule()swim.concurrent.Stagestage()-
Methods inherited from interface swim.api.downlink.DownlinkFactory
downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs
-
-
-
-
Method Detail
-
schedule
swim.concurrent.Schedule schedule()
-
stage
swim.concurrent.Stage stage()
-
policy
PlanePolicy policy()
-
openPlane
<P extends Plane> P openPlane(String planeName, PlaneFactory<P> planeFactory)
-
planes
Collection<? extends Plane> planes()
-
-