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 Lifeline.getCoveredBy(String name)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Covered By' reference list
 InteractionFragment Lifeline.getCoveredBy(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Covered By' reference list
 InteractionFragment InteractionOperand.createFragment(String name, EClass eClass)
          Creates a new InteractionFragment, with the specified 'Name', and appends it to the 'Fragment' containment reference list
 InteractionFragment InteractionOperand.getFragment(String name)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Fragment' containment reference list
 InteractionFragment InteractionOperand.getFragment(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Fragment' containment reference list
 InteractionFragment Interaction.createFragment(String name, EClass eClass)
          Creates a new InteractionFragment, with the specified 'Name', and appends it to the 'Fragment' containment reference list
 InteractionFragment Interaction.getFragment(String name)
          Retrieves the first InteractionFragment with the specified 'Name' from the 'Fragment' containment reference list
 InteractionFragment Interaction.getFragment(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first InteractionFragment with the specified 'Name' from 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
 boolean UMLValidator.validateInteractionFragment(InteractionFragment interactionFragment, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseInteractionFragment(InteractionFragment object)
          Returns the result of interpretting the object as an instance of 'Interaction Fragment'
 


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