Uses of Interface
org.eclipse.uml2.InteractionOccurrence

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

Uses of InteractionOccurrence in org.eclipse.uml2
 

Subinterfaces of InteractionOccurrence in org.eclipse.uml2
 interface PartDecomposition
           A representation of the model object 'Part Decomposition'
 

Methods in org.eclipse.uml2 that return InteractionOccurrence
 InteractionOccurrence UML2Factory.createInteractionOccurrence()
          Returns a new object of class 'Interaction Occurrence'
 

Uses of InteractionOccurrence in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type InteractionOccurrence
 boolean UML2Validator.validateInteractionOccurrence(InteractionOccurrence interactionOccurrence, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseInteractionOccurrence(InteractionOccurrence object)
          Returns the result of interpretting the object as an instance of 'Interaction Occurrence'
 


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