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()
          Returns a new object of class 'State Exp'
 

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

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
 java.lang.Object ValidationVisitorImpl.visitStateExp(StateExp s)
           
 java.lang.Object ToStringVisitorImpl.visitStateExp(StateExp s)
           
 java.lang.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
 java.lang.Object ExpressionsSwitch.caseStateExp(StateExp object)
          Returns the result of interpretting the object as an instance of 'State Exp'
 java.lang.Object AbstractVisitor.visitStateExp(StateExp s)
           
 


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