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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return AssertExp
 AssertExp ImperativeOCLFactory.createAssertExp()
          Returns a new object of class 'Assert Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement AssertExp
 class AssertExpImpl
          An implementation of the model object 'Assert Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type AssertExp
 T ImperativeOCLSwitch.caseAssertExp(AssertExp object)
          Returns the result of interpreting the object as an instance of 'Assert Exp'
 boolean ImperativeOCLValidator.validateAssertExp(AssertExp assertExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitAssertExp(AssertExp astNode)
           
 T ImperativeOCLVisitor.visitAssertExp(AssertExp astNode)
           
 


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