Uses of Interface
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.ComputeExp

Packages that use ComputeExp
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util   
 

Uses of ComputeExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return ComputeExp
 ComputeExp ImperativeOCLFactory.createComputeExp()
          Returns a new object of class 'Compute Exp'
 

Uses of ComputeExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl
 

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement ComputeExp
 class ComputeExpImpl
          An implementation of the model object 'Compute Exp'
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return ComputeExp
 ComputeExp ImperativeOCLFactoryImpl.createComputeExp()
           
 

Uses of ComputeExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type ComputeExp
 T ImperativeOCLSwitch.caseComputeExp(ComputeExp object)
          Returns the result of interpreting the object as an instance of 'Compute Exp'
 boolean ImperativeOCLValidator.validateComputeExp(ComputeExp computeExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitComputeExp(ComputeExp astNode)
           
 T ImperativeOCLVisitor.visitComputeExp(ComputeExp astNode)
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.