Uses of Interface
org.eclipse.emf.ocl.types.MessageType

Packages that use MessageType
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.emf.ocl.types Abstract API for OCL types. 
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types. 
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API. 
 

Uses of MessageType in org.eclipse.emf.ocl.parser
 

Methods in org.eclipse.emf.ocl.parser that return MessageType
protected  MessageType TypeResolverImpl.createMessageType(ENamedElement element)
          Deprecated. Creates a new message type for the specified element, assuming that it does not already exist.
protected  MessageType TypeResolverImpl.findMessageType(ENamedElement element)
          Deprecated. Finds an existing message type matching the specified element, if any has already been created.
 MessageType TypeResolverImpl.resolveMessageType(EClass signal)
          Deprecated.  
 MessageType TypeResolver.resolveMessageType(EClass signal)
          Deprecated. Resolves the type for a message expression referencing the specified signal.
 MessageType TypeResolverImpl.resolveMessageType(EOperation operation)
          Deprecated.  
 MessageType TypeResolver.resolveMessageType(EOperation operation)
          Deprecated. Resolves the type for a message expression referencing the specified operation.
 

Uses of MessageType in org.eclipse.emf.ocl.types
 

Methods in org.eclipse.emf.ocl.types that return MessageType
 MessageType TypesFactory.createMessageType()
          Deprecated. Returns a new object of class 'Message Type'
 MessageType TypesFactory.createMessageType(ENamedElement behavioralFeature)
          Deprecated. Creates the type for the messages representing invocation of the specified behavioralFeature.
 

Uses of MessageType in org.eclipse.emf.ocl.types.impl
 

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

Fields in org.eclipse.emf.ocl.types.impl declared as MessageType
static MessageType MessageTypeImpl.INSTANCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return MessageType
 MessageType TypesFactoryImpl.createMessageType()
           
 MessageType TypesFactoryImpl.createMessageType(ENamedElement behavioralFeature)
           
protected static MessageType MessageTypeImpl.createMessageType(ENamedElement behavioralFeature)
          Creates the type for the messages representing invocation of the specified behavioralFeature.
 

Uses of MessageType in org.eclipse.emf.ocl.types.util
 

Fields in org.eclipse.emf.ocl.types.util declared as MessageType
static MessageType Types.OCL_MESSAGE
          Deprecated. Representation of the OCL predefined OclMessage type.
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type MessageType
 T TypesSwitch.caseMessageType(MessageType object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Message Type'
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.