|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
MessageType |
TypeResolverImpl.resolveMessageType(org.eclipse.emf.ecore.EOperation operation)
|
MessageType |
TypeResolverImpl.resolveMessageType(org.eclipse.emf.ecore.EClass signal)
|
protected MessageType |
TypeResolverImpl.createMessageType(org.eclipse.emf.ecore.ENamedElement element)
Creates a new message type for the specified element ,
assuming that it does not already exist. |
protected MessageType |
TypeResolverImpl.findMessageType(org.eclipse.emf.ecore.ENamedElement element)
Finds an existing message type matching the specified element ,
if any has already been created. |
MessageType |
TypeResolver.resolveMessageType(org.eclipse.emf.ecore.EOperation operation)
Resolves the type for a message expression referencing the specified operation . |
MessageType |
TypeResolver.resolveMessageType(org.eclipse.emf.ecore.EClass signal)
Resolves the type for a message expression referencing the specified signal . |
Uses of MessageType in org.eclipse.emf.ocl.types |
---|
Methods in org.eclipse.emf.ocl.types that return MessageType | |
MessageType |
TypesFactory.createMessageType()
Returns a new object of class 'Message Type' |
MessageType |
TypesFactory.createMessageType(org.eclipse.emf.ecore.ENamedElement behavioralFeature)
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(org.eclipse.emf.ecore.ENamedElement behavioralFeature)
|
protected static MessageType |
MessageTypeImpl.createMessageType(org.eclipse.emf.ecore.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
Representation of the OCL predefined OclMessage type. |
Methods in org.eclipse.emf.ocl.types.util with parameters of type MessageType | |
java.lang.Object |
TypesSwitch.caseMessageType(MessageType object)
Returns the result of interpretting the object as an instance of 'Message Type' |
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |