Uses of Interface
org.eclipse.uml2.Behavior

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

Uses of Behavior in org.eclipse.uml2
 

Subinterfaces of Behavior in org.eclipse.uml2
 interface Activity
           A representation of the model object 'Activity'
 interface Interaction
           A representation of the model object 'Interaction'
 interface ProtocolStateMachine
           A representation of the model object 'Protocol State Machine'
 interface StateMachine
           A representation of the model object 'State Machine'
 

Methods in org.eclipse.uml2 that return Behavior
 Behavior OpaqueExpression.getBehavior()
          Returns the value of the 'Behavior' reference
 Behavior ObjectNode.getSelection()
          Returns the value of the 'Selection' reference
 Behavior ObjectFlow.getTransformation()
          Returns the value of the 'Transformation' reference
 Behavior ObjectFlow.getSelection()
          Returns the value of the 'Selection' reference
 Behavior ExecutionOccurrence.getBehavior(String unqualifiedName)
          Retrieves the Behavior with the specified name from the 'Behavior' reference list
 Behavior DecisionNode.getDecisionInput()
          Returns the value of the 'Decision Input' reference
 Behavior Connector.getContract(String unqualifiedName)
          Retrieves the Behavior with the specified name from the 'Contract' reference list
 Behavior CallBehaviorAction.getBehavior()
          Returns the value of the 'Behavior' reference
 Behavior BehavioredClassifier.getOwnedBehavior(String unqualifiedName)
          Retrieves the Behavior with the specified name from the 'Owned Behavior' containment reference list
 Behavior BehavioredClassifier.createOwnedBehavior(EClass eClass)
          Creates a Behavior and appends it to the 'Owned Behavior' containment reference list
 Behavior BehavioredClassifier.getClassifierBehavior()
          Returns the value of the 'Classifier Behavior' reference
 Behavior BehavioralFeature.getMethod(String unqualifiedName)
          Retrieves the Behavior with the specified name from the 'Method' reference list
 Behavior Behavior.getRedefinedBehavior(String unqualifiedName)
          Retrieves the Behavior with the specified name from the 'Redefined Behavior' reference list
 

Methods in org.eclipse.uml2 with parameters of type Behavior
 void OpaqueExpression.setBehavior(Behavior value)
          Sets the value of the 'Behavior' reference
 void ObjectNode.setSelection(Behavior value)
          Sets the value of the 'Selection' reference
 void ObjectFlow.setTransformation(Behavior value)
          Sets the value of the 'Transformation' reference
 void ObjectFlow.setSelection(Behavior value)
          Sets the value of the 'Selection' reference
 void DecisionNode.setDecisionInput(Behavior value)
          Sets the value of the 'Decision Input' reference
 void CallBehaviorAction.setBehavior(Behavior value)
          Sets the value of the 'Behavior' reference
 void BehavioredClassifier.setClassifierBehavior(Behavior value)
          Sets the value of the 'Classifier Behavior' reference
 

Uses of Behavior in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Behavior
 boolean UML2Validator.validateBehavior(Behavior behavior, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseBehavior(Behavior object)
          Returns the result of interpretting the object as an instance of 'Behavior'
 


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