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.ConnectoidDEFAULT_CONNECTOID_TYPE, DEFAULT_LENGTH_KM
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description NodegetAccessNode()Collect the physical node this connectoid proposes to create an acess point for its zone- 
Methods inherited from interface org.planit.utils.zoning.ConnectoidaddAccessZone, addAllowedMode, getAccessZones, getFirstAccessZone, getLength, getName, getNumberOfAccessZones, getType, hasAccessZone, isModeAllowed, setLength, setName, setType
 - 
Methods inherited from interface org.planit.utils.id.ExternalIdablegetExternalId, getXmlId, hasExternalId, hasXmlId, setExternalId, setXmlId
 - 
Methods inherited from interface org.planit.utils.id.IdablecompareTo, getId, idEquals, idHashCode
 - 
Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
 
- 
 
- 
- 
- 
Method Detail- 
getAccessNodeNode getAccessNode() Collect the physical node this connectoid proposes to create an acess point for its zone- Returns:
- access node
 
 
- 
 
-