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

Packages that use AltExp
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 AltExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return AltExp
 AltExp ImperativeOCLFactory.createAltExp()
          Returns a new object of class 'Alt Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement AltExp
 class AltExpImpl
          An implementation of the model object 'Alt Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type AltExp
 T ImperativeOCLSwitch.caseAltExp(AltExp object)
          Returns the result of interpreting the object as an instance of 'Alt Exp'
 boolean ImperativeOCLValidator.validateAltExp(AltExp altExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitAltExp(AltExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitAltExp(AltExp astNode)
           
 


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