Uses of Interface
org.eclipse.emf.ocl.uml.CallOperationAction

Packages that use CallOperationAction
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.uml Extensions to the Ecore metamodel for UML-specific concepts supported by the OCL language.  
org.eclipse.emf.ocl.uml.impl Implementation of the Ecore extensions in support of the UML constructs used by OCL.  
org.eclipse.emf.ocl.uml.util Standard utilities for the Ecore extensions in support of the UML constructs used by OCL.  
 

Uses of CallOperationAction in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return CallOperationAction
 CallOperationAction MessageExp.getCalledOperation()
           
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type CallOperationAction
 void MessageExp.setCalledOperation(CallOperationAction value)
           
 

Uses of CallOperationAction in org.eclipse.emf.ocl.expressions.impl
 

Fields in org.eclipse.emf.ocl.expressions.impl declared as CallOperationAction
protected  CallOperationAction MessageExpImpl.calledOperation
          The cached value of the 'Called Operation' containment reference
 

Methods in org.eclipse.emf.ocl.expressions.impl that return CallOperationAction
 CallOperationAction MessageExpImpl.getCalledOperation()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type CallOperationAction
 org.eclipse.emf.common.notify.NotificationChain MessageExpImpl.basicSetCalledOperation(CallOperationAction newCalledOperation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MessageExpImpl.setCalledOperation(CallOperationAction newCalledOperation)
           
 

Uses of CallOperationAction in org.eclipse.emf.ocl.uml
 

Methods in org.eclipse.emf.ocl.uml that return CallOperationAction
 CallOperationAction UMLFactory.createCallOperationAction()
          Returns a new object of class 'Call Operation Action'
 

Uses of CallOperationAction in org.eclipse.emf.ocl.uml.impl
 

Classes in org.eclipse.emf.ocl.uml.impl that implement CallOperationAction
 class CallOperationActionImpl
           An implementation of the model object 'Call Action'
 

Methods in org.eclipse.emf.ocl.uml.impl that return CallOperationAction
 CallOperationAction UMLFactoryImpl.createCallOperationAction()
           
 

Uses of CallOperationAction in org.eclipse.emf.ocl.uml.util
 

Methods in org.eclipse.emf.ocl.uml.util with parameters of type CallOperationAction
 java.lang.Object UMLSwitch.caseCallOperationAction(CallOperationAction object)
          Returns the result of interpretting the object as an instance of 'Call Operation Action'
 


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