public static class MatchStep.TraversalWrapper<A,B> extends Object implements Comparable<MatchStep.TraversalWrapper<A,B>>
| Constructor and Description |
|---|
TraversalWrapper(Traversal<A,B> traversal,
String startLabel,
String endLabel) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MatchStep.TraversalWrapper<A,B> other) |
double |
findBranchFactor() |
Traversal<A,B> |
getTraversal() |
void |
incrementInputs() |
void |
incrementOutputs(int outputs) |
void |
reset() |
String |
toString() |
public void incrementInputs()
public void incrementOutputs(int outputs)
public double findBranchFactor()
public int compareTo(MatchStep.TraversalWrapper<A,B> other)
compareTo in interface Comparable<MatchStep.TraversalWrapper<A,B>>public void reset()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.