Uses of Class
org.goplanit.network.virtual.ConnectoidSegmentsImpl
-
Packages that use ConnectoidSegmentsImpl Package Description org.goplanit.network.virtual Virtual network component object classes -
-
Uses of ConnectoidSegmentsImpl in org.goplanit.network.virtual
Fields in org.goplanit.network.virtual declared as ConnectoidSegmentsImpl Modifier and Type Field Description protected ConnectoidSegmentsImpl
VirtualNetwork. connectoidSegments
Container for connectoid edge segmentsMethods in org.goplanit.network.virtual that return ConnectoidSegmentsImpl Modifier and Type Method Description ConnectoidSegmentsImpl
ConnectoidSegmentsImpl. clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.network.virtual with parameters of type ConnectoidSegmentsImpl Constructor Description ConnectoidSegmentsImpl(ConnectoidSegmentsImpl connectoidSegmentImpl)
Copy constructor
-