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

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

Uses of CombinedFragment in org.eclipse.uml2.uml
 

Subinterfaces of CombinedFragment in org.eclipse.uml2.uml
 interface ConsiderIgnoreFragment
          A representation of the model object 'Consider Ignore Fragment'
 

Methods in org.eclipse.uml2.uml that return CombinedFragment
 CombinedFragment UMLFactory.createCombinedFragment()
          Returns a new object of class 'Combined Fragment'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type CombinedFragment
 T UMLSwitch.caseCombinedFragment(CombinedFragment object)
          Returns the result of interpreting the object as an instance of 'Combined Fragment'
 boolean UMLValidator.validateCombinedFragment_validateBreak(CombinedFragment combinedFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateBreak constraint of 'Combined Fragment'
 boolean UMLValidator.validateCombinedFragment_validateConsiderAndIgnore(CombinedFragment combinedFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateConsiderAndIgnore constraint of 'Combined Fragment'
 boolean UMLValidator.validateCombinedFragment_validateOptLoopBreakNeg(CombinedFragment combinedFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOptLoopBreakNeg constraint of 'Combined Fragment'
 boolean UMLValidator.validateCombinedFragment(CombinedFragment combinedFragment, 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.