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
 T UMLSwitch.caseFinalState(FinalState object)
          Returns the result of interpreting the object as an instance of 'Final State'
 boolean UMLValidator.validateFinalState_validateCannotReferenceSubmachine(FinalState finalState, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCannotReferenceSubmachine constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoEntryBehavior(FinalState finalState, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoEntryBehavior constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoExitBehavior(FinalState finalState, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoExitBehavior constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoOutgoingTransitions(FinalState finalState, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoOutgoingTransitions constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoRegions(FinalState finalState, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoRegions constraint of 'Final State'
 boolean UMLValidator.validateFinalState_validateNoStateBehavior(FinalState finalState, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoStateBehavior constraint of 'Final State'
 boolean UMLValidator.validateFinalState(FinalState finalState, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.