com.hammurapi.eventbus.snapshot
Interface Derivation

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

public interface Derivation
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Derivation'. Derivation

The following features are supported:

See Also:
SnapshotPackage.getDerivation()

Method Summary
 Handler getHandler()
          Returns the value of the 'Handler' reference.
 org.eclipse.emf.common.util.EList<Event> getInputs()
          Returns the value of the 'Inputs' reference list.
 void setHandler(Handler value)
          Sets the value of the 'Handler' reference.
 
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

getHandler

Handler getHandler()
Returns the value of the 'Handler' reference.

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

Handler which posted the event.

Returns:
the value of the 'Handler' reference.
See Also:
setHandler(Handler), SnapshotPackage.getDerivation_Handler()

setHandler

void setHandler(Handler value)
Sets the value of the 'Handler' reference.

Parameters:
value - the new value of the 'Handler' reference.
See Also:
getHandler()

getInputs

org.eclipse.emf.common.util.EList<Event> getInputs()
Returns the value of the 'Inputs' reference list. The list contents are of type Event.

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

Handler inputs.

Returns:
the value of the 'Inputs' reference list.
See Also:
SnapshotPackage.getDerivation_Inputs()