Uses of Interface
org.eclipse.uml2.Expression

Packages that use Expression
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Expression in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Expression
 Expression UML2Factory.createExpression()
          Returns a new object of class 'Expression'
 

Uses of Expression in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Expression
 boolean UML2Validator.validateExpression(Expression expression, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseExpression(Expression object)
          Returns the result of interpretting the object as an instance of 'Expression'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.