Uses of Interface
org.eclipse.uml2.Region

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

Uses of Region in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Region
 Region Vertex.getContainer()
          Returns the value of the 'Container' container reference.
 Region UML2Factory.createRegion()
          Returns a new object of class 'Region'
 Region Transition.getContainer()
          Returns the value of the 'Container' container reference.
 Region StateMachine.getRegion(String unqualifiedName)
          Retrieves the Region with the specified name from the 'Region' containment reference list
 Region StateMachine.createRegion(EClass eClass)
          Creates a Region and appends it to the 'Region' containment reference list
 Region State.getRegion(String unqualifiedName)
          Retrieves the Region with the specified name from the 'Region' containment reference list
 Region State.createRegion(EClass eClass)
          Creates a Region and appends it to the 'Region' containment reference list
 Region Region.getExtendedRegion()
          Returns the value of the 'Extended Region' reference
 

Methods in org.eclipse.uml2 with parameters of type Region
 void Vertex.setContainer(Region value)
          Sets the value of the 'Container' container reference
 void Transition.setContainer(Region value)
          Sets the value of the 'Container' container reference
 void Region.setExtendedRegion(Region value)
          Sets the value of the 'Extended Region' reference
 

Uses of Region in org.eclipse.uml2.util
 

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


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