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 interfaceEdge<V,E>an edge has a source and a targetinterfaceEdgeView<V,E>Interface that allows to provide a different view on an edge.interfaceGraph<V,E>Interface for a graph representationinterfaceVertex<V,E>Interface to represent a vertexinterfaceVertexView<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 classAbstractEdge<V,E>Abstract base class to be used for different edge implementation, that are based on a graph state.classAbstractVertex<V,E>Abstract base class to be used for different vertex implementation, that are based on a graph state.classEdgeImpl<V,E>Implementation of EdgeclassEdgeViewImpl<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.classGraphImpl<V,E>Implementation of a graphclassMetaTagCollectionImplHandles MetaTagsclassVertexImpl<V,E>Implementation of a VertexclassVertexViewImpl<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.
-