Uses of Class
cdc.graphs.impl.GraphFilter
Packages that use GraphFilter
-
Uses of GraphFilter in cdc.graphs.impl
Subclasses of GraphFilter in cdc.graphs.implModifier and TypeClassDescriptionclassExplicitSubGraph<N,E> Base class use to construct subgraphs by explicitly defining their content.classExtensionSubGraph<N,E> Explicit subgraph defined by extension.classImplicitSubGraph<N,E> Base implementation of implicit subgraph.classInvertedGraph<N,E> Create an inverted view of a Graph.classRestrictionSubGraph<N,E> Explicit subgraph defined by restriction.