Uses of Interface
org.eclipse.ocl.examples.pivot.SendSignalAction

Packages that use SendSignalAction
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
 

Uses of SendSignalAction in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return SendSignalAction
 SendSignalAction PivotFactory.createSendSignalAction()
          Returns a new object of class 'Send Signal Action'.
 SendSignalAction MessageExp.getSentSignal()
          Returns the value of the 'Sent Signal' containment reference.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type SendSignalAction
 void MessageExp.setSentSignal(SendSignalAction value)
          Sets the value of the 'Sent Signal' containment reference.
 

Uses of SendSignalAction in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement SendSignalAction
 class SendSignalActionImpl
          An implementation of the model object 'Send Signal Action'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as SendSignalAction
protected  SendSignalAction MessageExpImpl.sentSignal
          The cached value of the 'Sent Signal' containment reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return SendSignalAction
 SendSignalAction PivotFactoryImpl.createSendSignalAction()
           
 SendSignalAction MessageExpImpl.getSentSignal()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type SendSignalAction
 org.eclipse.emf.common.notify.NotificationChain MessageExpImpl.basicSetSentSignal(SendSignalAction newSentSignal, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MessageExpImpl.setSentSignal(SendSignalAction newSentSignal)
           
 

Uses of SendSignalAction in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type SendSignalAction
 T1 PivotSwitch.caseSendSignalAction(SendSignalAction object)
          Returns the result of interpreting the object as an instance of 'Send Signal Action'.
 boolean PivotValidator.validateSendSignalAction(SendSignalAction sendSignalAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitSendSignalAction(SendSignalAction object)
           
 R AbstractExtendingVisitor.visitSendSignalAction(SendSignalAction object)
           
 R AbstractNullVisitor.visitSendSignalAction(SendSignalAction object)
           
 R AbstractWrappingVisitor.visitSendSignalAction(SendSignalAction object)
           
 R Visitor.visitSendSignalAction(SendSignalAction object)