Uses of Interface
science.aist.gtf.graph.MetaTagCollection
-
Packages that use MetaTagCollection Package Description science.aist.gtf.graph science.aist.gtf.graph.impl -
-
Uses of MetaTagCollection in science.aist.gtf.graph
Subinterfaces of MetaTagCollection in science.aist.gtf.graph Modifier and Type Interface Description interface
Edge<V,E>
an edge has a source and a targetinterface
EdgeView<V,E>
Interface that allows to provide a different view on an edge.interface
Graph<V,E>
Interface for a graph representationinterface
Vertex<V,E>
Interface to represent a vertexinterface
VertexView<V,E>
Interface that allows to provide a different view on a vertex. -
Uses of MetaTagCollection in science.aist.gtf.graph.impl
Classes in science.aist.gtf.graph.impl that implement MetaTagCollection Modifier and Type Class Description class
AbstractEdge<V,E>
Abstract base class to be used for different edge implementation, that are based on a graph state.class
AbstractVertex<V,E>
Abstract base class to be used for different vertex implementation, that are based on a graph state.class
EdgeImpl<V,E>
Implementation of Edgeclass
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.class
GraphImpl<V,E>
Implementation of a graphclass
MetaTagCollectionImpl
Handles MetaTagsclass
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.
-