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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return UnlinkExp
 UnlinkExp ImperativeOCLFactory.createUnlinkExp()
          Returns a new object of class 'Unlink Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement UnlinkExp
 class UnlinkExpImpl
          An implementation of the model object 'Unlink Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type UnlinkExp
 T ImperativeOCLSwitch.caseUnlinkExp(UnlinkExp object)
          Returns the result of interpreting the object as an instance of 'Unlink Exp'
 boolean ImperativeOCLValidator.validateUnlinkExp(UnlinkExp unlinkExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitUnlinkExp(UnlinkExp astNode)
           
 T ImperativeOCLVisitor.visitUnlinkExp(UnlinkExp astNode)
           
 


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