|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.shady.NodeElement
public class NodeElement
Every node has multiple elemnts, binary tree has two, our if-then tree structure has a variable ammount. This class represents one of possible choices in the tree engine can select.
| Method Summary | |
|---|---|
NodeCall |
getCall()
Get node call, that is either another node or action executed by IWorkExecutor. |
IQuery |
getPriority()
Get query that can be used to determine priority of this element. |
IQuery |
getTrigger()
Get query that can be used to determine if this element is eligible for execution (i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IQuery getPriority()
public IQuery getTrigger()
public NodeCall getCall()
IWorkExecutor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||