Uses of Interface
org.eclipse.uml2.InteractionFragment

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

Uses of InteractionFragment in org.eclipse.uml2
 

Subinterfaces of InteractionFragment in org.eclipse.uml2
 interface CombinedFragment
           A representation of the model object 'Combined Fragment'
 interface Continuation
           A representation of the model object 'Continuation'
 interface EventOccurrence
           A representation of the model object 'Event Occurrence'
 interface ExecutionOccurrence
           A representation of the model object 'Execution Occurrence'
 interface Interaction
           A representation of the model object 'Interaction'
 interface InteractionOccurrence
           A representation of the model object 'Interaction Occurrence'
 interface InteractionOperand
           A representation of the model object 'Interaction Operand'
 interface PartDecomposition
           A representation of the model object 'Part Decomposition'
 interface StateInvariant
           A representation of the model object 'State Invariant'
 interface Stop
           A representation of the model object 'Stop'
 

Methods in org.eclipse.uml2 that return InteractionFragment
 InteractionFragment Lifeline.getCoveredBy(String unqualifiedName)
          Retrieves the InteractionFragment with the specified name from the 'Covered By' reference list
 InteractionFragment InteractionOperand.getFragment(String unqualifiedName)
          Retrieves the InteractionFragment with the specified name from the 'Fragment' containment reference list
 InteractionFragment InteractionOperand.createFragment(EClass eClass)
          Creates a InteractionFragment and appends it to the 'Fragment' containment reference list
 InteractionFragment Interaction.getFragment(String unqualifiedName)
          Retrieves the InteractionFragment with the specified name from the 'Fragment' containment reference list
 InteractionFragment Interaction.createFragment(EClass eClass)
          Creates a InteractionFragment and appends it to the 'Fragment' containment reference list
 

Uses of InteractionFragment in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type InteractionFragment
 boolean UML2Validator.validateInteractionFragment(InteractionFragment interactionFragment, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseInteractionFragment(InteractionFragment object)
          Returns the result of interpretting the object as an instance of 'Interaction Fragment'
 


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