Package org.goplanit.graph
Network component object classes
-
Class Summary Class Description EdgeFactoryImpl Factory for creating edges on edges containerEdgeImpl Edge class connecting two vertices via some geometry.EdgesImpl Implementation of Edges interfaceGraphEntitiesImpl<E extends GraphEntity> Base class for containers of entities on graphGraphEntityFactoryImpl<E extends GraphEntity> Base implementation for creating and registering graph entities on underlying container and conducting changes to ids based on the factory settings for egenrating ids.GraphEntityImpl Base implementation for graph entity (edge, vertex, etc.)GraphImpl<V extends Vertex,E extends Edge> A graph implementation consisting of vertices and edgesUntypedGraphImpl<V extends Vertex,E extends Edge> A graph implementation consisting of vertices and edgesVertexFactoryImpl Factory for creating vertices on vertices containerVertexImpl Vertex representation connected to one or more entry and exit edgesVerticesImpl Vertices implementation container and factory access