Uses of Interface
org.jgrapht.graph.MaskFunctor

Packages that use MaskFunctor
org.jgrapht.graph Implementations of various graphs. 
 

Uses of MaskFunctor in org.jgrapht.graph
 

Constructors in org.jgrapht.graph with parameters of type MaskFunctor
DirectedMaskSubgraph(DirectedGraph<V,E> base, MaskFunctor<V,E> mask)
           
MaskSubgraph(Graph<V,E> base, MaskFunctor<V,E> mask)
          Creates a new induced subgraph.
UndirectedMaskSubgraph(UndirectedGraph<V,E> base, MaskFunctor<V,E> mask)
           
 



Copyright © 2013. All rights reserved.