Uses of Class
science.aist.gtf.graph.impl.AbstractVertex
-
Packages that use AbstractVertex Package Description science.aist.gtf.graph.impl -
-
Uses of AbstractVertex in science.aist.gtf.graph.impl
Subclasses of AbstractVertex in science.aist.gtf.graph.impl Modifier and Type Class Description class
VertexImpl<V,E>
Implementation of a Vertexclass
VertexViewImpl<V,E>
This class is used to provide a view on a given vertex, this means, that it decorates an existing vertex but uses its own graph state which does only contain a view on the graph.
-