java.lang.Object
swim.java.JavaPlaneFactory<P>
- All Implemented Interfaces:
PlaneFactory<P>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJavaPlaneFactory(KernelContext kernel, JavaPlaneDef planeDef, Class<? extends P> planeClass) -
Method Summary
Modifier and TypeMethodDescriptionprotected PconstructPlane(PlaneContext planeContext) createPlane(PlaneContext planeContext) final KernelContextkernel()final JavaPlaneDefplaneDef()protected voidreflectAgentRouteField(PlaneContext planeContext, P plane, Field field) protected voidreflectAgentRouteFields(PlaneContext planeContext, Class<?> planeClass, P plane)
-
Field Details
-
kernel
-
planeDef
-
planeClass
-
-
Constructor Details
-
JavaPlaneFactory
-
-
Method Details
-
kernel
-
planeDef
-
planeClass
-
createPlane
- Specified by:
createPlanein interfacePlaneFactory<P extends Plane>
-
constructPlane
-
reflectAgentRouteFields
-
reflectAgentRouteField
-