public static final class NodeActivation.Key<T extends Node> extends Object implements Comparable<NodeActivation.Key>
| Modifier and Type | Field and Description |
|---|---|
InterpretationNode |
interpretation |
T |
node |
Range |
range |
Integer |
rid |
| Constructor and Description |
|---|
Key(T node,
Range range,
Integer rid,
InterpretationNode interpretation) |
public final Range range
public final Integer rid
public final InterpretationNode interpretation
public Key(T node, Range range, Integer rid, InterpretationNode interpretation)
public int compareTo(NodeActivation.Key k)
compareTo in interface Comparable<NodeActivation.Key>Copyright © 2018. All rights reserved.