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_CLASS
the class to use for the additional directed connectoid id generationMethods in org.goplanit.utils.zoning that return UndirectedConnectoid Modifier and Type Method Description UndirectedConnectoid
UndirectedConnectoid. 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.UndirectedConnectoid
UndirectedConnectoidFactory. registerNew(Node accessNode)
factory method for undirected connectoid, with default length of 0 to use between (yet unknown parent) zone and access nodeUndirectedConnectoid
UndirectedConnectoidFactory. registerNew(Node accessNode, Zone parentZone)
factory method for undirected connectoid, with default length of 0 to use between zone and access nodeUndirectedConnectoid
UndirectedConnectoidFactory. registerNew(Node accessNode, Zone parentZone, double length)
factory method for undirected connectoidUndirectedConnectoid
UndirectedConnectoid. 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 UndirectedConnectoids
UndirectedConnectoids. deepCloneWithMapping(BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperUndirectedConnectoids
UndirectedConnectoids. 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 class
UndirectedConnectoidImpl
Undirected 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 UndirectedConnectoid
UndirectedConnectoidFactoryImpl. registerNew(Node accessNode)
factory method for undirected connectoid, with default length of 0 to use between (yet unknown parent) zone and access nodeUndirectedConnectoid
UndirectedConnectoidFactoryImpl. registerNew(Node accessNode, Zone parentZone)
factory method for undirected connectoid, with default length of 0 to use between zone and access nodeUndirectedConnectoid
UndirectedConnectoidFactoryImpl. 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 UndirectedConnectoidsImpl
UndirectedConnectoidsImpl. deepCloneWithMapping(BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperUndirectedConnectoidsImpl
UndirectedConnectoidsImpl. 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
-