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 UMLFactory.createRegion()
          Returns a new object of class 'Region'
 Region StateMachine.createRegion(java.lang.String name)
          Creates a new Region, with the specified 'Name', and appends it to the 'Region' containment reference list
 Region State.createRegion(java.lang.String name)
          Creates a new Region, with the specified 'Name', and appends it to the 'Region' containment reference list
 Region Vertex.getContainer()
          Returns the value of the 'Container' container reference.
 Region Transition.getContainer()
          Returns the value of the 'Container' container reference.
 Region Region.getExtendedRegion()
          Returns the value of the 'Extended Region' reference.
 Region StateMachine.getRegion(java.lang.String name)
          Retrieves the first Region with the specified 'Name' from the 'Region' containment reference list
 Region State.getRegion(java.lang.String name)
          Retrieves the first Region with the specified 'Name' from the 'Region' containment reference list
 Region StateMachine.getRegion(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Region with the specified 'Name' from the 'Region' containment reference list
 Region State.getRegion(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Region with the specified 'Name' from the 'Region' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Region
 org.eclipse.emf.common.util.EList<Region> StateMachine.getRegions()
          Returns the value of the 'Region' containment reference list.
 org.eclipse.emf.common.util.EList<Region> State.getRegions()
          Returns the value of the 'Region' containment reference list.
 

Methods in org.eclipse.uml2.uml with parameters of type Region
 boolean Region.isRedefinitionContextValid(Region redefined)
           This operation redefines the following operations: 'Is Redefinition Context Valid'
 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.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Region
 T UMLSwitch.caseRegion(Region object)
          Returns the result of interpreting the object as an instance of 'Region'
 boolean UMLValidator.validateRegion_validateDeepHistoryVertex(Region region, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateDeepHistoryVertex constraint of 'Region'
 boolean UMLValidator.validateRegion_validateInitialVertex(Region region, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateInitialVertex constraint of 'Region'
 boolean UMLValidator.validateRegion_validateOwned(Region region, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOwned constraint of 'Region'
 boolean UMLValidator.validateRegion_validateShallowHistoryVertex(Region region, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateShallowHistoryVertex constraint of 'Region'
 boolean UMLValidator.validateRegion(Region region, 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.