Uses of Interface
org.goplanit.utils.zoning.UndirectedConnectoid
-
Packages that use UndirectedConnectoid Package Description org.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of UndirectedConnectoid in org.goplanit.utils.zoning
Fields in org.goplanit.utils.zoning with type parameters of type UndirectedConnectoid Modifier and Type Field Description static Class<UndirectedConnectoid>UndirectedConnectoid. UNDIRECTED_CONNECTOID_ID_CLASSthe class to use for the additional directed connectoid id generationMethods in org.goplanit.utils.zoning that return UndirectedConnectoid Modifier and Type Method Description UndirectedConnectoidUndirectedConnectoid. deepClone()An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.UndirectedConnectoidUndirectedConnectoidFactory. registerNew(Node accessNode)factory method for undirected connectoid, with default length of 0 to use between (yet unknown parent) zone and access nodeUndirectedConnectoidUndirectedConnectoidFactory. registerNew(Node accessNode, Zone parentZone)factory method for undirected connectoid, with default length of 0 to use between zone and access nodeUndirectedConnectoidUndirectedConnectoidFactory. registerNew(Node accessNode, Zone parentZone, double length)factory method for undirected connectoidUndirectedConnectoidUndirectedConnectoid. shallowClone()Create a shallow copy of this entityMethods in org.goplanit.utils.zoning that return types with arguments of type UndirectedConnectoid Modifier and Type Method Description default Class<UndirectedConnectoid>UndirectedConnectoid. getUndirectedConnectoidIdClass()the class for undirected connectoid id generationMethod parameters in org.goplanit.utils.zoning with type arguments of type UndirectedConnectoid Modifier and Type Method Description UndirectedConnectoidsUndirectedConnectoids. deepCloneWithMapping(BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperUndirectedConnectoidsUndirectedConnectoids. deepCloneWithMapping(BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapper -
Uses of UndirectedConnectoid in org.goplanit.zoning
Classes in org.goplanit.zoning that implement UndirectedConnectoid Modifier and Type Class Description classUndirectedConnectoidImplUndirected connectoid connecting one or more (transfer/OD) zone(s) to the physical road network, each connection will yield a connectoid edge and two connectoid segments when constructing the transport network internally based on the referenced nodeMethods in org.goplanit.zoning that return UndirectedConnectoid Modifier and Type Method Description UndirectedConnectoidUndirectedConnectoidFactoryImpl. registerNew(Node accessNode)factory method for undirected connectoid, with default length of 0 to use between (yet unknown parent) zone and access nodeUndirectedConnectoidUndirectedConnectoidFactoryImpl. registerNew(Node accessNode, Zone parentZone)factory method for undirected connectoid, with default length of 0 to use between zone and access nodeUndirectedConnectoidUndirectedConnectoidFactoryImpl. registerNew(Node accessNode, Zone parentZone, double length)factory method for undirected connectoidMethod parameters in org.goplanit.zoning with type arguments of type UndirectedConnectoid Modifier and Type Method Description UndirectedConnectoidsImplUndirectedConnectoidsImpl. deepCloneWithMapping(BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperUndirectedConnectoidsImplUndirectedConnectoidsImpl. deepCloneWithMapping(BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConstructor parameters in org.goplanit.zoning with type arguments of type UndirectedConnectoid Constructor Description UndirectedConnectoidsImpl(UndirectedConnectoidsImpl other, boolean deepCopy, BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)Copy constructor, also creates new factory with this as its underlying containerUndirectedConnectoidsImpl(UndirectedConnectoidsImpl other, boolean deepCopy, BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)Copy constructor, also creates new factory with this as its underlying containerZoning(Zoning other, boolean deepCopy, ManagedIdDeepCopyMapper<UndirectedConnectoid> undirConnectoidMapper, ManagedIdDeepCopyMapper<DirectedConnectoid> dirConnectoidMapper, ManagedIdDeepCopyMapper<OdZone> odZoneMapper, ManagedIdDeepCopyMapper<TransferZone> transferZoneMapper, ManagedIdDeepCopyMapper<TransferZoneGroup> transferZoneGroupMapper)Copy constructor
-