|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JoinNode
A representation of the model object 'Join Node'. Join node correlates/joins several events.
The following features are supported:
SnapshotPackage.getJoinNode()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<JoinInputCollector> |
getCollectors()
Returns the value of the 'Collectors' containment reference list. |
Handler |
getHandler()
Returns the value of the 'Handler' reference. |
org.eclipse.emf.common.util.EList<JoinInput> |
getJoinInputs()
Returns the value of the 'Join Inputs' reference list. |
JoinNode |
getNext()
Returns the value of the 'Next' reference. |
org.eclipse.emf.common.util.EList<Integer> |
getOutputIndices()
Returns the value of the 'Output Indices' attribute list. |
Predicate |
getPredicate()
Returns the value of the 'Predicate' containment reference. |
org.eclipse.emf.common.util.EList<JoinNode> |
getPrev()
Returns the value of the 'Prev' reference list. |
void |
setHandler(Handler value)
Sets the value of the ' Handler' reference. |
void |
setNext(JoinNode value)
Sets the value of the ' Next' reference. |
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<JoinInputCollector> getCollectors()
JoinInputCollector.
If the meaning of the 'Collectors' containment reference list isn't clear, there really should be more of a description here...
Collectors of input events
SnapshotPackage.getJoinNode_Collectors()org.eclipse.emf.common.util.EList<Integer> getOutputIndices()
Integer.
If the meaning of the 'Output Indices' attribute list isn't clear, there really should be more of a description here...
Indexes of events which this node outputs.
SnapshotPackage.getJoinNode_OutputIndices()Handler getHandler()
Join Node'.
If the meaning of the 'Handler' reference isn't clear, there really should be more of a description here...
Node's output handler.
setHandler(Handler),
SnapshotPackage.getJoinNode_Handler(),
Handler.getJoinNode()void setHandler(Handler value)
Handler' reference.
value - the new value of the 'Handler' reference.getHandler()JoinNode getNext()
Prev'.
If the meaning of the 'Next' reference isn't clear, there really should be more of a description here...
Next join node. Join node can output either to a handler or to another join node.
setNext(JoinNode),
SnapshotPackage.getJoinNode_Next(),
getPrev()void setNext(JoinNode value)
Next' reference.
value - the new value of the 'Next' reference.getNext()Predicate getPredicate()
setPredicate(Predicate),
SnapshotPackage.getJoinNode_Predicate()void setPredicate(Predicate value)
Predicate' containment reference.
value - the new value of the 'Predicate' containment reference.getPredicate()org.eclipse.emf.common.util.EList<JoinNode> getPrev()
JoinNode.
It is bidirectional and its opposite is 'Next'.
If the meaning of the 'Prev' reference isn't clear, there really should be more of a description here...
SnapshotPackage.getJoinNode_Prev(),
getNext()org.eclipse.emf.common.util.EList<JoinInput> getJoinInputs()
JoinInput.
It is bidirectional and its opposite is 'Join Node'.
If the meaning of the 'Join Inputs' reference list isn't clear, there really should be more of a description here...
SnapshotPackage.getJoinNode_JoinInputs(),
JoinInput.getJoinNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||