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.getRegionAsInput()
          Returns the value of the 'Region As Input' reference.
 ExpansionRegion ExpansionNode.getRegionAsOutput()
          Returns the value of the 'Region As Output' reference.
 

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

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

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


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