Uses of Interface
science.aist.gtf.graph.EdgeView
-
Packages that use EdgeView Package Description science.aist.gtf.graph.factory science.aist.gtf.graph.impl -
-
Uses of EdgeView in science.aist.gtf.graph.factory
Methods in science.aist.gtf.graph.factory that return EdgeView Modifier and Type Method Description <V,E>
EdgeView<V,E>DefaultGraphFactory. createEdgeView(Edge<V,E> viewedEdge)
<V,E>
EdgeView<V,E>GraphFactory. createEdgeView(Edge<V,E> viewedEdge)
Returns a new instance of an edge view -
Uses of EdgeView in science.aist.gtf.graph.impl
Classes in science.aist.gtf.graph.impl that implement EdgeView Modifier and Type Class Description class
EdgeViewImpl<V,E>
This class is used to provide a view on a given edge, this means, that it decorates an existing edge but uses its own graph state which does only contain a view on the graph.
-