Uses of Interface
org.eclipse.uml2.InteractionOperand

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

Uses of InteractionOperand in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return InteractionOperand
 InteractionOperand UML2Factory.createInteractionOperand()
          Returns a new object of class 'Interaction Operand'
 InteractionOperand InteractionFragment.getEnclosingOperand()
          Returns the value of the 'Enclosing Operand' container reference.
 InteractionOperand CombinedFragment.getOperand(String unqualifiedName)
          Retrieves the InteractionOperand with the specified name from the 'Operand' containment reference list
 InteractionOperand CombinedFragment.createOperand(EClass eClass)
          Creates a InteractionOperand and appends it to the 'Operand' containment reference list
 

Methods in org.eclipse.uml2 with parameters of type InteractionOperand
 void InteractionFragment.setEnclosingOperand(InteractionOperand value)
          Sets the value of the 'Enclosing Operand' container reference
 

Uses of InteractionOperand in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type InteractionOperand
 boolean UML2Validator.validateInteractionOperand(InteractionOperand interactionOperand, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseInteractionOperand(InteractionOperand object)
          Returns the result of interpretting the object as an instance of 'Interaction Operand'
 


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