org.eclipse.ocl.examples.pivot
Interface Trigger

All Superinterfaces:
DomainElement, DomainNamedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Implementing Classes:
TriggerImpl

public interface Trigger
extends NamedElement

A representation of the model object 'Trigger'.

The following features are supported:

See Also:
PivotPackage.getTrigger()
Generated

Method Summary
 State getState()
          Returns the value of the 'State' container reference.
 Transition getTransition()
          Returns the value of the 'Transition' container reference.
 void setState(State value)
          Sets the value of the 'State' container reference.
 void setTransition(Transition value)
          Sets the value of the 'Transition' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 

Method Detail

getState

State getState()
Returns the value of the 'State' container reference. It is bidirectional and its opposite is 'Deferrable Trigger'.

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

Returns:
the value of the 'State' container reference.
See Also:
setState(State), PivotPackage.getTrigger_State(), State.getDeferrableTrigger()
Generated

setState

void setState(State value)
Sets the value of the 'State' container reference.

Parameters:
value - the new value of the 'State' container reference.
See Also:
getState()
Generated

getTransition

Transition getTransition()
Returns the value of the 'Transition' container reference. It is bidirectional and its opposite is 'Trigger'.

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

Returns:
the value of the 'Transition' container reference.
See Also:
setTransition(Transition), PivotPackage.getTrigger_Transition(), Transition.getTrigger()
Generated

setTransition

void setTransition(Transition value)
Sets the value of the 'Transition' container reference.

Parameters:
value - the new value of the 'Transition' container reference.
See Also:
getTransition()
Generated