Uses of Class
org.planit.utils.id.ExternalIdAbleImpl
-
Packages that use ExternalIdAbleImpl Package Description org.planit.utils.id Utilities for managing and generating unique ids within certain (managed) contextsorg.planit.zoning -
-
Uses of ExternalIdAbleImpl in org.planit.utils.id
Constructors in org.planit.utils.id with parameters of type ExternalIdAbleImpl Constructor Description ExternalIdAbleImpl(ExternalIdAbleImpl other)
Copy constructor -
Uses of ExternalIdAbleImpl in org.planit.zoning
Subclasses of ExternalIdAbleImpl in org.planit.zoning Modifier and Type Class Description class
ConnectoidImpl
connectoid connecting one or more (transfer/OD) zone(s) to the physical road network, the type of connectoid depends on the implementing classclass
DirectedConnectoidImpl
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 nodeclass
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 node
-