V - the graph vertex typeE - the graph edge typepublic interface MatchingAlgorithm<V,E>
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | MatchingAlgorithm.Matching<V,E>A graph matching. | 
| static class  | MatchingAlgorithm.MatchingImpl<V,E>A default implementation of the matching interface. | 
| Modifier and Type | Field and Description | 
|---|---|
| static double | DEFAULT_EPSILONDefault tolerance used by algorithms comparing floating point values. | 
| Modifier and Type | Method and Description | 
|---|---|
| MatchingAlgorithm.Matching<V,E> | getMatching()Compute a matching for a given graph. | 
static final double DEFAULT_EPSILON
MatchingAlgorithm.Matching<V,E> getMatching()
Copyright © 2018. All rights reserved.