Uses of Interface
org.eclipse.uml2.uml.Expression

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

Uses of Expression in org.eclipse.uml2.uml
 

Subinterfaces of Expression in org.eclipse.uml2.uml
 interface StringExpression
           A representation of the model object 'String Expression'
 

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

Uses of Expression in org.eclipse.uml2.uml.util
 

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


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