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

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

Uses of InteractionFragment in org.eclipse.uml2.uml
 

Subinterfaces of InteractionFragment in org.eclipse.uml2.uml
 interface ActionExecutionSpecification
          A representation of the model object 'Action Execution Specification'
 interface BehaviorExecutionSpecification
          A representation of the model object 'Behavior Execution Specification'
 interface CombinedFragment
          A representation of the model object 'Combined Fragment'
 interface ConsiderIgnoreFragment
          A representation of the model object 'Consider Ignore Fragment'
 interface Continuation
          A representation of the model object 'Continuation'
 interface ExecutionOccurrenceSpecification
          A representation of the model object 'Execution Occurrence Specification'
 interface ExecutionSpecification
          A representation of the model object 'Execution Specification'
 interface Interaction
          A representation of the model object 'Interaction'
 interface InteractionOperand
          A representation of the model object 'Interaction Operand'
 interface InteractionUse
          A representation of the model object 'Interaction Use'
 interface MessageOccurrenceSpecification
          A representation of the model object 'Message Occurrence Specification'
 interface OccurrenceSpecification
          A representation of the model object 'Occurrence Specification'
 interface PartDecomposition
          A representation of the model object 'Part Decomposition'
 interface StateInvariant
          A representation of the model object 'State Invariant'
 

Methods in org.eclipse.uml2.uml that return InteractionFragment
 InteractionFragment Interaction.createFragment(java.lang.String name, org.eclipse.emf.ecore.EClass eClass)
          Creates a new InteractionFragment, with the specified 'Name', and appends it to the 'Fragment' containment reference list
 InteractionFragment InteractionOperand.createFragment(java.lang.String name, org.eclipse.emf.ecore.EClass eClass)
          Creates a new InteractionFragment, with the specified 'Name', and appends it to the 'Fragment' containment reference list
 InteractionFragment Lifeline.getCoveredBy(java.lang.String name)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Covered By' reference list
 InteractionFragment Lifeline.getCoveredBy(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Covered By' reference list
 InteractionFragment Interaction.getFragment(java.lang.String name)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Fragment' containment reference list
 InteractionFragment InteractionOperand.getFragment(java.lang.String name)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Fragment' containment reference list
 InteractionFragment Interaction.getFragment(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass, boolean createOnDemand)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Fragment' containment reference list
 InteractionFragment InteractionOperand.getFragment(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass, boolean createOnDemand)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Fragment' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type InteractionFragment
 org.eclipse.emf.common.util.EList<InteractionFragment> Lifeline.getCoveredBys()
          Returns the value of the 'Covered By' reference list.
 org.eclipse.emf.common.util.EList<InteractionFragment> Interaction.getFragments()
          Returns the value of the 'Fragment' containment reference list.
 org.eclipse.emf.common.util.EList<InteractionFragment> InteractionOperand.getFragments()
          Returns the value of the 'Fragment' containment reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type InteractionFragment
 T UMLSwitch.caseInteractionFragment(InteractionFragment object)
          Returns the result of interpreting the object as an instance of 'Interaction Fragment'
 boolean UMLValidator.validateInteractionFragment(InteractionFragment interactionFragment, 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.