Uses of Interface
org.eclipse.uml2.ExpansionRegion

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

Uses of ExpansionRegion in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return ExpansionRegion
 ExpansionRegion UML2Factory.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 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.util
 

Methods in org.eclipse.uml2.util with parameters of type ExpansionRegion
 boolean UML2Validator.validateExpansionRegion(ExpansionRegion expansionRegion, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseExpansionRegion(ExpansionRegion object)
          Returns the result of interpretting the object as an instance of 'Expansion Region'
 


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