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

Packages that use MessageType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return MessageType
 MessageType PivotFactory.createMessageType()
          Returns a new object of class 'Message Type'.
 MessageType OCLFactory.createOperationMessageType(Operation operation)
          Creates the type for the messages representing invocation of the specified operation.
 MessageType OCLFactory.createSignalMessageType(Signal signal)
          Creates the type for the messages representing invocation of the specified signal.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement MessageType
 class MessageTypeImpl
          An implementation of the model object 'Message Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return MessageType
 MessageType PivotFactoryImpl.createMessageType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type MessageType
 T PivotSwitch.caseMessageType(MessageType object)
          Returns the result of interpreting the object as an instance of 'Message Type'.
 boolean PivotValidator.validateMessageType(MessageType messageType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitMessageType(MessageType object)
           
 R AbstractExtendingVisitor.visitMessageType(MessageType object)
           
 R AbstractNullVisitor.visitMessageType(MessageType object)
           
 R Visitor.visitMessageType(MessageType object)
           
 

Uses of MessageType in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return MessageType
 MessageType OCLFactoryImpl.createOperationMessageType(Operation operation)
           
 MessageType OCLFactoryImpl.createSignalMessageType(Signal signal)
           
 

Uses of MessageType in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type MessageType
protected  java.lang.String BaseLabelProvider.image(MessageType ele)