Package org.planit.utils.zoning
Interface UndirectedConnectoid
-
- All Superinterfaces:
Comparable<Idable>
,Connectoid
,ExternalIdable
,Idable
,Iterable<Zone>
- All Known Implementing Classes:
UndirectedConnectoidImpl
public interface UndirectedConnectoid extends Connectoid
An undirected connectoid is accessed through a referenced node where all incoming/outgoing edges/edge segments potentially have access. Hence it is undirected- Author:
- markr
-
-
Field Summary
-
Fields inherited from interface org.planit.utils.zoning.Connectoid
DEFAULT_CONNECTOID_TYPE, DEFAULT_LENGTH_KM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
getAccessNode()
Collect the physical node this connectoid proposes to create an acess point for its zone-
Methods inherited from interface org.planit.utils.zoning.Connectoid
addAccessZone, addAllowedMode, getAccessZones, getFirstAccessZone, getLength, getName, getNumberOfAccessZones, getType, hasAccessZone, isModeAllowed, setLength, setName, setType
-
Methods inherited from interface org.planit.utils.id.ExternalIdable
getExternalId, getXmlId, hasExternalId, hasXmlId, setExternalId, setXmlId
-
Methods inherited from interface org.planit.utils.id.Idable
compareTo, getId, idEquals, idHashCode
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getAccessNode
Node getAccessNode()
Collect the physical node this connectoid proposes to create an acess point for its zone- Returns:
- access node
-
-