public class NodeActivation<T extends Node> extends Object implements Comparable<NodeActivation>
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeActivation.Key<T extends Node> |
| Modifier and Type | Field and Description |
|---|---|
Document |
doc |
int |
id |
TreeMap<NodeActivation.Key,NodeActivation<?>> |
inputs |
NodeActivation.Key<T> |
key |
TreeMap<NodeActivation.Key,NodeActivation<?>> |
outputs |
long |
visited |
| Constructor and Description |
|---|
NodeActivation(int id,
Document doc,
NodeActivation.Key<T> key) |
NodeActivation(int id,
Document doc,
T n,
Range pos,
Integer rid,
InterpretationNode o) |
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(NodeActivation a,
NodeActivation b) |
int |
compareTo(NodeActivation act) |
void |
link(Collection<NodeActivation> inputActs) |
String |
toString(Document doc) |
public final int id
public final NodeActivation.Key<T extends Node> key
public final Document doc
public long visited
public TreeMap<NodeActivation.Key,NodeActivation<?>> inputs
public TreeMap<NodeActivation.Key,NodeActivation<?>> outputs
public NodeActivation(int id,
Document doc,
NodeActivation.Key<T> key)
public NodeActivation(int id,
Document doc,
T n,
Range pos,
Integer rid,
InterpretationNode o)
public void link(Collection<NodeActivation> inputActs)
public int compareTo(NodeActivation act)
compareTo in interface Comparable<NodeActivation>public static int compare(NodeActivation a, NodeActivation b)
Copyright © 2018. All rights reserved.