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

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

Uses of ExpansionRegion in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ExpansionRegion
 ExpansionRegion UMLFactory.createExpansionRegion()
          Returns a new object of class 'Expansion Region'
 ExpansionRegion ExpansionNode.getRegionAsOutput()
          Returns the value of the 'Region As Output' reference.
 ExpansionRegion ExpansionNode.getRegionAsInput()
          Returns the value of the 'Region As Input' reference.
 

Methods in org.eclipse.uml2.uml with parameters of type ExpansionRegion
 void ExpansionNode.setRegionAsOutput(ExpansionRegion value)
          Sets the value of the 'Region As Output' reference
 void ExpansionNode.setRegionAsInput(ExpansionRegion value)
          Sets the value of the 'Region As Input' reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ExpansionRegion
 boolean UMLValidator.validateExpansionRegion(ExpansionRegion expansionRegion, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateExpansionRegion_validateExpansionNodes(ExpansionRegion expansionRegion, DiagnosticChain diagnostics, Map context)
          Validates the validateExpansionNodes constraint of 'Expansion Region'
 Object UMLSwitch.caseExpansionRegion(ExpansionRegion object)
          Returns the result of interpretting the object as an instance of 'Expansion Region'
 


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