public static class AndNode.Refinement extends Object implements Comparable<AndNode.Refinement>
| Modifier and Type | Field and Description |
|---|---|
boolean |
inferenceMode |
InputNode |
input |
int |
rid |
| Constructor and Description |
|---|
Refinement(int rid,
boolean inferenceMode,
InputNode input) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AndNode.Refinement ref) |
int |
getOffset() |
int |
getRelativePosition() |
String |
toString() |
public final int rid
public final boolean inferenceMode
public final InputNode input
public Refinement(int rid,
boolean inferenceMode,
InputNode input)
public int getOffset()
public int getRelativePosition()
public int compareTo(AndNode.Refinement ref)
compareTo in interface Comparable<AndNode.Refinement>Copyright © 2016. All rights reserved.