Uses of Interface
science.aist.gtf.graph.VertexView
-
Packages that use VertexView Package Description science.aist.gtf.graph.factory science.aist.gtf.graph.impl -
-
Uses of VertexView in science.aist.gtf.graph.factory
Methods in science.aist.gtf.graph.factory that return VertexView Modifier and Type Method Description <V,E>
VertexView<V,E>DefaultGraphFactory. createVertexView(Vertex<V,E> viewedVertex)
<V,E>
VertexView<V,E>GraphFactory. createVertexView(Vertex<V,E> viewedVertex)
Returns a new instance of a Vertex view -
Uses of VertexView in science.aist.gtf.graph.impl
Classes in science.aist.gtf.graph.impl that implement VertexView Modifier and Type Class Description class
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.
-