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
 T UMLSwitch.caseExpression(Expression object)
          Returns the result of interpreting the object as an instance of 'Expression'
 boolean UMLValidator.validateExpression(Expression expression, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.