Uses of Class
org.planit.graph.VertexImpl
-
Packages that use VertexImpl Package Description org.planit.graph Network component object classesorg.planit.network.physical Physical network component object classesorg.planit.zoning -
-
Uses of VertexImpl in org.planit.graph
Subclasses of VertexImpl in org.planit.graph Modifier and Type Class Description class
DirectedVertexImpl
vertex representation connected to one or more entry and exit edgesMethods in org.planit.graph that return VertexImpl Modifier and Type Method Description VertexImpl
VertexImpl. clone()
Clone the vertexConstructors in org.planit.graph with parameters of type VertexImpl Constructor Description VertexImpl(VertexImpl vertexImpl)
Copy constructor (for now input properties are NOT copied, because a shallow copy of contents is dangerous). -
Uses of VertexImpl in org.planit.network.physical
Subclasses of VertexImpl in org.planit.network.physical Modifier and Type Class Description class
NodeImpl
Node representation connected to one or more entry and exit links -
Uses of VertexImpl in org.planit.zoning
Subclasses of VertexImpl in org.planit.zoning Modifier and Type Class Description class
CentroidImpl
Centroid implementation
-