Uses of Class
org.goplanit.graph.GraphEntitiesImpl
-
Packages that use GraphEntitiesImpl Package Description org.goplanit.graph Network component object classesorg.goplanit.graph.directed -
-
Uses of GraphEntitiesImpl in org.goplanit.graph
Subclasses of GraphEntitiesImpl in org.goplanit.graph Modifier and Type Class Description class
EdgesImpl
Implementation of Edges interfaceclass
VerticesImpl
Vertices implementation container and factory accessMethods in org.goplanit.graph that return GraphEntitiesImpl Modifier and Type Method Description abstract GraphEntitiesImpl<E>
GraphEntitiesImpl. 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.graph with parameters of type GraphEntitiesImpl Constructor Description GraphEntitiesImpl(GraphEntitiesImpl<E> other)
copy constructor -
Uses of GraphEntitiesImpl in org.goplanit.graph.directed
Subclasses of GraphEntitiesImpl in org.goplanit.graph.directed Modifier and Type Class Description class
DirectedEdgesImpl
Implementation of DirectedEdges interfaceclass
DirectedVerticesImpl
DirectedVertices implementation container and factory accessclass
EdgeSegmentsImpl
Implementation of EdgeSegments interface.
-