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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return LogExp
 LogExp ImperativeOCLFactory.createLogExp()
          Returns a new object of class 'Log Exp'
 LogExp AssertExp.getLog()
          Returns the value of the 'Log' containment reference
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL with parameters of type LogExp
 void AssertExp.setLog(LogExp value)
          Sets the value of the 'Log' containment reference
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement LogExp
 class LogExpImpl
          An implementation of the model object 'Log Exp'
 

Fields in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl declared as LogExp
protected  LogExp AssertExpImpl.log
          The cached value of the 'Log' containment reference
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return LogExp
 LogExp ImperativeOCLFactoryImpl.createLogExp()
           
 LogExp AssertExpImpl.getLog()
           
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl with parameters of type LogExp
 NotificationChain AssertExpImpl.basicSetLog(LogExp newLog, NotificationChain msgs)
           
 void AssertExpImpl.setLog(LogExp newLog)
           
 

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type LogExp
 T ImperativeOCLSwitch.caseLogExp(LogExp object)
          Returns the result of interpreting the object as an instance of 'Log Exp'
 boolean ImperativeOCLValidator.validateLogExp(LogExp logExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitLogExp(LogExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitLogExp(LogExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitTryExp(LogExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitUnpackExp(LogExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitVariableInitExp(LogExp astNode)
           
 


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