| Modifier and Type | Field and Description |
|---|---|
ArrayList<TreeSet<Activation>> |
queue |
| Constructor and Description |
|---|
ValueQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int round,
Activation act) |
double |
process(SearchNode sn) |
void |
propagateActivationValue(int round,
Activation act) |
public final ArrayList<TreeSet<Activation>> queue
public void propagateActivationValue(int round,
Activation act)
public void add(int round,
Activation act)
public double process(SearchNode sn)
Copyright © 2018. All rights reserved.