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

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

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

Methods in org.eclipse.ocl.examples.pivot that return Signal
 Signal PivotFactory.createSignal()
          Returns a new object of class 'Signal'.
 Signal MessageType.getReferredSignal()
          Returns the value of the 'Referred Signal' reference.
 Signal SendSignalAction.getSignal()
          Returns the value of the 'Signal' reference.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Signal
 void MessageType.setReferredSignal(Signal value)
          Sets the value of the 'Referred Signal' reference.
 void SendSignalAction.setSignal(Signal value)
          Sets the value of the 'Signal' reference.
 

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

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

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Signal
protected  Signal MessageTypeImpl.referredSignal
          The cached value of the 'Referred Signal' reference.
protected  Signal SendSignalActionImpl.signal
          The cached value of the 'Signal' reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Signal
 Signal MessageTypeImpl.basicGetReferredSignal()
           
 Signal SendSignalActionImpl.basicGetSignal()
           
 Signal PivotFactoryImpl.createSignal()
           
 Signal MessageTypeImpl.getReferredSignal()
           
 Signal SendSignalActionImpl.getSignal()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Signal
 void MessageTypeImpl.setReferredSignal(Signal newReferredSignal)
           
 void SendSignalActionImpl.setSignal(Signal newSignal)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Signal
 T PivotSwitch.caseSignal(Signal object)
          Returns the result of interpreting the object as an instance of 'Signal'.
 boolean PivotValidator.validateSignal(Signal signal, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitSignal(Signal object)
           
 R AbstractExtendingVisitor.visitSignal(Signal object)
           
 R AbstractNullVisitor.visitSignal(Signal object)
           
 R Visitor.visitSignal(Signal object)