| Package | Description | 
|---|---|
| org.jgrapht.graph | 
 Implementations of various graphs. 
 | 
| Constructor and Description | 
|---|
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 © 2016. All rights reserved.