Uses of Class
org.eclipse.uml2.InteractionOperator

Packages that use InteractionOperator
org.eclipse.uml2   
 

Uses of InteractionOperator in org.eclipse.uml2
 

Fields in org.eclipse.uml2 declared as InteractionOperator
static InteractionOperator InteractionOperator.SEQ_LITERAL
          The 'Seq' literal object
static InteractionOperator InteractionOperator.ALT_LITERAL
          The 'Alt' literal object
static InteractionOperator InteractionOperator.OPT_LITERAL
          The 'Opt' literal object
static InteractionOperator InteractionOperator.BREAK_LITERAL
          The 'Break' literal object
static InteractionOperator InteractionOperator.PAR_LITERAL
          The 'Par' literal object
static InteractionOperator InteractionOperator.STRICT_LITERAL
          The 'Strict' literal object
static InteractionOperator InteractionOperator.LOOP_LITERAL
          The 'Loop' literal object
static InteractionOperator InteractionOperator.CRITICAL_LITERAL
          The 'Critical' literal object
static InteractionOperator InteractionOperator.NEG_LITERAL
          The 'Neg' literal object
static InteractionOperator InteractionOperator.ASSERT_LITERAL
          The 'Assert' literal object
static InteractionOperator InteractionOperator.IGNORE_LITERAL
          The 'Ignore' literal object
static InteractionOperator InteractionOperator.CONSIDER_LITERAL
          The 'Consider' literal object
 

Methods in org.eclipse.uml2 that return InteractionOperator
static InteractionOperator InteractionOperator.get(String name)
          Returns the 'Interaction Operator' literal with the specified name
static InteractionOperator InteractionOperator.get(int value)
          Returns the 'Interaction Operator' literal with the specified value
 InteractionOperator CombinedFragment.getInteractionOperator()
          Returns the value of the 'Interaction Operator' attribute.
 

Methods in org.eclipse.uml2 with parameters of type InteractionOperator
 void CombinedFragment.setInteractionOperator(InteractionOperator value)
          Sets the value of the 'Interaction Operator' attribute
 


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