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_EPSILON
Default tolerance used by algorithms comparing floating point values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default MatchingAlgorithm.Matching<V,E> | 
computeMatching()
Deprecated. 
 
This method has been renamed to  
getMatching() | 
MatchingAlgorithm.Matching<V,E> | 
getMatching()
Compute a matching for a given graph. 
 | 
static final double DEFAULT_EPSILON
MatchingAlgorithm.Matching<V,E> getMatching()
@Deprecated default MatchingAlgorithm.Matching<V,E> computeMatching()
getMatching()Copyright © 2017. All rights reserved.