Uses of Interface
org.jgrapht.graph.MaskFunctor
-
Packages that use MaskFunctor Package Description org.jgrapht.graph Implementations of various graphs. -
-
Uses of MaskFunctor in org.jgrapht.graph
Constructors in org.jgrapht.graph with parameters of type MaskFunctor Constructor Description DirectedMaskSubgraph(DirectedGraph<V,E> base, MaskFunctor<V,E> mask)
Deprecated.in favor of using lambdasMaskSubgraph(Graph<V,E> base, MaskFunctor<V,E> mask)
Deprecated.in favor of using the constructor with lambdasUndirectedMaskSubgraph(UndirectedGraph<V,E> base, MaskFunctor<V,E> mask)
Deprecated.in favor of using lambdas
-