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

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

Uses of FinalState in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return FinalState
 FinalState UMLFactory.createFinalState()
          Returns a new object of class 'Final State'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type FinalState
 boolean UMLValidator.validateFinalState(FinalState finalState, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateFinalState_validateNoOutgoingTransitions(FinalState finalState, DiagnosticChain diagnostics, Map context)
          Validates the validateNoOutgoingTransitions constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoRegions(FinalState finalState, DiagnosticChain diagnostics, Map context)
          Validates the validateNoRegions constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateCannotReferenceSubmachine(FinalState finalState, DiagnosticChain diagnostics, Map context)
          Validates the validateCannotReferenceSubmachine constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoEntryBehavior(FinalState finalState, DiagnosticChain diagnostics, Map context)
          Validates the validateNoEntryBehavior constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoExitBehavior(FinalState finalState, DiagnosticChain diagnostics, Map context)
          Validates the validateNoExitBehavior constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoStateBehavior(FinalState finalState, DiagnosticChain diagnostics, Map context)
          Validates the validateNoStateBehavior constraint of 'Final State'
 Object UMLSwitch.caseFinalState(FinalState object)
          Returns the result of interpretting the object as an instance of 'Final State'
 


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