Uses of Class
org.planit.graph.DirectedEdgeImpl
-
Packages that use DirectedEdgeImpl Package Description org.planit.graph Network component object classesorg.planit.network.physical Physical network component object classesorg.planit.network.virtual Virtual network component object classes -
-
Uses of DirectedEdgeImpl in org.planit.graph
Methods in org.planit.graph that return DirectedEdgeImpl Modifier and Type Method Description DirectedEdgeImplDirectedEdgeImpl. clone()Clone the edge as is, all shared members are shallow copied, fully owned members are deep copiedConstructors in org.planit.graph with parameters of type DirectedEdgeImpl Constructor Description DirectedEdgeImpl(DirectedEdgeImpl directedEdgeImpl)Copy Constructor. -
Uses of DirectedEdgeImpl in org.planit.network.physical
Subclasses of DirectedEdgeImpl in org.planit.network.physical Modifier and Type Class Description classLinkImplLink class connecting two nodes via some geometry. -
Uses of DirectedEdgeImpl in org.planit.network.virtual
Subclasses of DirectedEdgeImpl in org.planit.network.virtual Modifier and Type Class Description classConnectoidEdgeImplEdge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual links
-