Package org.planit.utils.network.virtual
Interface ConnectoidSegment
-
- All Superinterfaces:
Comparable<Idable>
,EdgeSegment
,ExternalIdable
,Idable
,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 long
getConnectoidSegmentId()
Collect the unqiue connectoid segment id-
Methods inherited from interface org.planit.utils.graph.EdgeSegment
clone, getDownstreamVertex, getParentEdge, getUpstreamVertex, isDirectionAb, remove, removeParentEdge, replace, setDownstreamVertex, setParentEdge, setUpstreamVertex, validate
-
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
-
-