Uses of Interface
org.eclipse.emf.ocl.expressions.StateExp

Packages that use StateExp
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API. 
 

Uses of StateExp in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return StateExp
 StateExp ExpressionsFactory.createStateExp()
          Deprecated. Returns a new object of class 'State Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type StateExp
 Object Visitor.visitStateExp(StateExp s)
          Deprecated.  
 

Uses of StateExp in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement StateExp
 class StateExpImpl
          An implementation of the model object 'State Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return StateExp
 StateExp ExpressionsFactoryImpl.createStateExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type StateExp
 Object ValidationVisitorImpl.visitStateExp(StateExp s)
           
 Object ToStringVisitorImpl.visitStateExp(StateExp s)
           
 Object EvaluationVisitorImpl.visitStateExp(StateExp s)
           
 

Uses of StateExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type StateExp
 Object ExpressionsSwitch.caseStateExp(StateExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'State Exp'
 Object AbstractVisitor.visitStateExp(StateExp s)
          Deprecated.  
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.