By: ThorstenSeitz
Interfaces
FilterableAdjacencyGraphSource Codeshared FilterableAdjacencyGraph<V,G>
given V satisfies Object
given G satisfies AdjacencyGraph<V>

An AdjacencyGraph which can be filtered.

FilterableIncidenceGraphSource Codeshared FilterableIncidenceGraph<V,E,G>
given V satisfies Object
given E satisfies Edge<V,E>
given G satisfies AdjacencyGraph<V>

An IncidenceGraph which can be filtered.