public static final class Activation.Key extends Object implements Comparable<Activation.Key>
| Modifier and Type | Field and Description |
|---|---|
int |
fired |
int |
id
For a NegativeInputNode this id field contains the id of the second input node of the AndNode that is using this negation.
|
Node |
n |
Option |
o |
Range |
pos |
int |
rid |
| Constructor and Description |
|---|
Key(Node n,
Range pos,
int rid,
Option o,
int fired) |
Key(Node n,
Range pos,
int rid,
Option o,
int fired,
int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Activation.Key k) |
void |
countRef() |
void |
releaseRef() |
String |
toString() |
public final Node n
public final Range pos
public final int rid
public final Option o
public final int fired
public final int id
public void countRef()
public void releaseRef()
public int compareTo(Activation.Key k)
compareTo in interface Comparable<Activation.Key>Copyright © 2016. All rights reserved.