Uses of Interface
org.eclipse.uml2.OpaqueExpression

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

Uses of OpaqueExpression in org.eclipse.uml2
 

Subinterfaces of OpaqueExpression in org.eclipse.uml2
 interface Expression
           A representation of the model object 'Expression'
 

Methods in org.eclipse.uml2 that return OpaqueExpression
 OpaqueExpression UML2Factory.createOpaqueExpression()
          Returns a new object of class 'Opaque Expression'
 OpaqueExpression Lifeline.getSelector()
          Returns the value of the 'Selector' containment reference
 OpaqueExpression Lifeline.createSelector(EClass eClass)
          Creates a OpaqueExpression and sets the 'Selector' containment reference
 OpaqueExpression Abstraction.getMapping()
          Returns the value of the 'Mapping' containment reference
 OpaqueExpression Abstraction.createMapping(EClass eClass)
          Creates a OpaqueExpression and sets the 'Mapping' containment reference
 

Methods in org.eclipse.uml2 with parameters of type OpaqueExpression
 void Lifeline.setSelector(OpaqueExpression value)
          Sets the value of the 'Selector' containment reference
 void Abstraction.setMapping(OpaqueExpression value)
          Sets the value of the 'Mapping' containment reference
 

Uses of OpaqueExpression in org.eclipse.uml2.util
 

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


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