Package org.planit.utils.network.virtual
Interface ConnectoidSegment
-
- All Superinterfaces:
Comparable<EdgeSegment>
,EdgeSegment
,Serializable
- All Known Implementing Classes:
ConnectoidSegmentImpl
public interface ConnectoidSegment extends EdgeSegment
Connectoid segment represents a directional virtual segment connecting a centroid and a physical node. It has a unique id across all connectoid segments- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getConnectoidSegmentId()
Collect the unqiue connectoid segment id-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.planit.utils.graph.EdgeSegment
getDownstreamVertex, getExternalId, getId, getParentEdge, getUpstreamVertex, hasExternalId, setExternalId
-
-