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'
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return types with arguments of type AltExp
 org.eclipse.emf.common.util.EList<AltExp> SwitchExp.getAlternativePart()
          Returns the value of the 'Alternative Part' containment reference list.
 

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'
 

Fields in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl with type parameters of type AltExp
protected  org.eclipse.emf.common.util.EList<AltExp> SwitchExpImpl.alternativePart
          The cached value of the 'Alternative Part' containment reference list
 

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return types with arguments of type AltExp
 org.eclipse.emf.common.util.EList<AltExp> SwitchExpImpl.getAlternativePart()
           
 

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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitAltExp(AltExp astNode)
           
 T ImperativeOCLVisitor.visitAltExp(AltExp astNode)
           
 


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