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