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

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

Uses of Region in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Region
 Region Vertex.getContainer()
          Returns the value of the 'Container' container reference.
 Region UMLFactory.createRegion()
          Returns a new object of class 'Region'
 Region Transition.getContainer()
          Returns the value of the 'Container' container reference.
 Region StateMachine.createRegion(String name)
          Creates a new Region, with the specified 'Name', and appends it to the 'Region' containment reference list
 Region StateMachine.getRegion(String name)
          Retrieves the first Region with the specified 'Name' from the 'Region' containment reference list
 Region StateMachine.getRegion(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Region with the specified 'Name' from the 'Region' containment reference list
 Region State.createRegion(String name)
          Creates a new Region, with the specified 'Name', and appends it to the 'Region' containment reference list
 Region State.getRegion(String name)
          Retrieves the first Region with the specified 'Name' from the 'Region' containment reference list
 Region State.getRegion(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Region with the specified 'Name' from the 'Region' containment reference list
 Region Region.getExtendedRegion()
          Returns the value of the 'Extended Region' reference
 

Methods in org.eclipse.uml2.uml 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
 boolean Region.isRedefinitionContextValid(Region redefined)
           The query isRedefinitionContextValid() specifies whether the redefinition contexts of a region are properly related to the redefinition contexts of the specified region to allow this element to redefine the other.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Region
 boolean UMLValidator.validateRegion(Region region, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateRegion_validateInitialVertex(Region region, DiagnosticChain diagnostics, Map context)
          Validates the validateInitialVertex constraint of 'Region'
 boolean UMLValidator.validateRegion_validateDeepHistoryVertex(Region region, DiagnosticChain diagnostics, Map context)
          Validates the validateDeepHistoryVertex constraint of 'Region'
 boolean UMLValidator.validateRegion_validateShallowHistoryVertex(Region region, DiagnosticChain diagnostics, Map context)
          Validates the validateShallowHistoryVertex constraint of 'Region'
 boolean UMLValidator.validateRegion_validateOwned(Region region, DiagnosticChain diagnostics, Map context)
          Validates the validateOwned constraint of 'Region'
 Object UMLSwitch.caseRegion(Region object)
          Returns the result of interpretting the object as an instance of 'Region'
 


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