Uses of Interface
org.goplanit.utils.network.virtual.ConnectoidSegmentFactory
-
Packages that use ConnectoidSegmentFactory Package Description org.goplanit.network.transport Integrated network component object classesorg.goplanit.network.virtual Virtual network component object classesorg.goplanit.utils.network.virtual Virtual physical network oriented utility classes -
-
Uses of ConnectoidSegmentFactory in org.goplanit.network.transport
Methods in org.goplanit.network.transport with parameters of type ConnectoidSegmentFactory Modifier and Type Method Description protected voidTransportModelNetwork. createAndRegisterConnectoidEdgeAndEdgeSegments(ConnectoidEdgeFactory connectoidEdgeFactory, ConnectoidSegmentFactory connectoidSegmentFactory, CentroidVertex centroidVertex, Zone accessZone, Connectoid connectoid, PlanitJtsCrsUtils geoTools)Given context of centroid vertex and connectoid + access zone, we create the required connectoid edges and connected segments with the provided factoriesprotected voidTransportModelNetwork. createAndRegisterConnectoidEdgeSegments(ConnectoidSegmentFactory connectoidSegmentFactory, ConnectoidEdge connectoidEdge)create and register the edge segments for the passed in connectoid edge, XML id set to id prefixed with "c_ab or c_ba". -
Uses of ConnectoidSegmentFactory in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement ConnectoidSegmentFactory Modifier and Type Class Description classConnectoidSegmentFactoryImplFactory for creating connectoid segments on connectoid segments containerMethods in org.goplanit.network.virtual that return ConnectoidSegmentFactory Modifier and Type Method Description ConnectoidSegmentFactoryConnectoidSegmentsImpl. getFactory()Factory to create instance of graph entity (for this container class)Constructors in org.goplanit.network.virtual with parameters of type ConnectoidSegmentFactory Constructor Description ConnectoidSegmentsImpl(IdGroupingToken groupId, ConnectoidSegmentFactory connectoidSegmentFactory)Constructor -
Uses of ConnectoidSegmentFactory in org.goplanit.utils.network.virtual
Methods in org.goplanit.utils.network.virtual that return ConnectoidSegmentFactory Modifier and Type Method Description ConnectoidSegmentFactoryConnectoidSegments. getFactory()Factory to create instance of graph entity (for this container class)
-