|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PredicateNode
A representation of the model object 'Predicate Node'. Predicate node.
The following features are supported:
SnapshotPackage.getPredicateNode()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<PredicateNode> |
getFalseChildren()
Returns the value of the 'False Children' reference list. |
org.eclipse.emf.common.util.EList<PredicateNodeOutput> |
getFalseOutputs()
Returns the value of the 'False Outputs' reference list. |
Predicate |
getPredicate()
Returns the value of the 'Predicate' containment reference. |
org.eclipse.emf.common.util.EList<PredicateNode> |
getTrueChildren()
Returns the value of the 'True Children' reference list. |
org.eclipse.emf.common.util.EList<PredicateNodeOutput> |
getTrueOutputs()
Returns the value of the 'True Outputs' reference list. |
boolean |
isIsRoot()
Returns the value of the 'Is Root' attribute. |
void |
setIsRoot(boolean value)
Sets the value of the ' Is Root' attribute. |
void |
setPredicate(Predicate value)
Sets the value of the ' Predicate' containment reference. |
| Methods inherited from interface com.hammurapi.eventbus.snapshot.SnapshotElement |
|---|
getDetails, getId, getName, getSnapshot, setDetails, setId, setName, setSnapshot |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList<PredicateNodeOutput> getTrueOutputs()
PredicateNodeOutput.
If the meaning of the 'True Outputs' reference list isn't clear, there really should be more of a description here...
Handlers fired when node's predicate evaluates to true.
SnapshotPackage.getPredicateNode_TrueOutputs()org.eclipse.emf.common.util.EList<PredicateNodeOutput> getFalseOutputs()
PredicateNodeOutput.
If the meaning of the 'False Outputs' reference list isn't clear, there really should be more of a description here...
Handlers fired when node predicate evaluates to false.
SnapshotPackage.getPredicateNode_FalseOutputs()org.eclipse.emf.common.util.EList<PredicateNode> getTrueChildren()
PredicateNode.
If the meaning of the 'True Children' reference list isn't clear, there really should be more of a description here...
Child predicate nodes which are activated when this node predicate evaluates to true.
SnapshotPackage.getPredicateNode_TrueChildren()org.eclipse.emf.common.util.EList<PredicateNode> getFalseChildren()
PredicateNode.
If the meaning of the 'False Children' reference list isn't clear, there really should be more of a description here...
Child predicate nodes which are activated when this node predicate evaluates to false.
SnapshotPackage.getPredicateNode_FalseChildren()boolean isIsRoot()
If the meaning of the 'Is Root' attribute isn't clear, there really should be more of a description here...
If true, the node is the root of the dispatch network.
setIsRoot(boolean),
SnapshotPackage.getPredicateNode_IsRoot()void setIsRoot(boolean value)
Is Root' attribute.
value - the new value of the 'Is Root' attribute.isIsRoot()Predicate getPredicate()
setPredicate(Predicate),
SnapshotPackage.getPredicateNode_Predicate()void setPredicate(Predicate value)
Predicate' containment reference.
value - the new value of the 'Predicate' containment reference.getPredicate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||