com.hammurapi.eventbus.snapshot
Interface JoinInput

Show UML class diagram
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PredicateNodeOutput, SnapshotElement
All Known Implementing Classes:
JoinInputImpl

public interface JoinInput
extends PredicateNodeOutput

A representation of the model object 'Join Input'. Single event input to join node.

The following features are supported:

See Also:
SnapshotPackage.getJoinInput()

Method Summary
 int getIndex()
          Returns the value of the 'Index' attribute.
 JoinNode getJoinNode()
          Returns the value of the 'Join Node' reference.
 void setIndex(int value)
          Sets the value of the 'Index' attribute.
 void setJoinNode(JoinNode value)
          Sets the value of the 'Join Node' 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

getIndex

int getIndex()
Returns the value of the 'Index' attribute.

If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...

Input index.

Returns:
the value of the 'Index' attribute.
See Also:
setIndex(int), SnapshotPackage.getJoinInput_Index()

setIndex

void setIndex(int value)
Sets the value of the 'Index' attribute.

Parameters:
value - the new value of the 'Index' attribute.
See Also:
getIndex()

getJoinNode

JoinNode getJoinNode()
Returns the value of the 'Join Node' reference. It is bidirectional and its opposite is 'Join Inputs'.

If the meaning of the 'Join Node' reference isn't clear, there really should be more of a description here...

Join node.

Returns:
the value of the 'Join Node' reference.
See Also:
setJoinNode(JoinNode), SnapshotPackage.getJoinInput_JoinNode(), JoinNode.getJoinInputs()

setJoinNode

void setJoinNode(JoinNode value)
Sets the value of the 'Join Node' reference.

Parameters:
value - the new value of the 'Join Node' reference.
See Also:
getJoinNode()