|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Behavior | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of Behavior in org.eclipse.uml2.uml |
Subinterfaces of Behavior in org.eclipse.uml2.uml | |
interface |
Activity
A representation of the model object 'Activity' |
interface |
FunctionBehavior
A representation of the model object 'Function Behavior' |
interface |
Interaction
A representation of the model object 'Interaction' |
interface |
OpaqueBehavior
A representation of the model object 'Opaque Behavior' |
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.uml that return Behavior | |
Behavior |
Transition.getEffect()
Returns the value of the 'Effect' containment reference |
Behavior |
Transition.createEffect(String name,
EClass eClass)
Creates a new Behavior , with the specified 'Name', and sets the 'Effect' containment reference |
Behavior |
State.getEntry()
Returns the value of the 'Entry' containment reference |
Behavior |
State.createEntry(String name,
EClass eClass)
Creates a new Behavior , with the specified 'Name', and sets the 'Entry' containment reference |
Behavior |
State.getExit()
Returns the value of the 'Exit' containment reference |
Behavior |
State.createExit(String name,
EClass eClass)
Creates a new Behavior , with the specified 'Name', and sets the 'Exit' containment reference |
Behavior |
State.getDoActivity()
Returns the value of the 'Do Activity' containment reference |
Behavior |
State.createDoActivity(String name,
EClass eClass)
Creates a new Behavior , with the specified 'Name', and sets the 'Do Activity' containment reference |
Behavior |
ReduceAction.getReducer()
Returns the value of the 'Reducer' reference |
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 |
DecisionNode.getDecisionInput()
Returns the value of the 'Decision Input' reference |
Behavior |
Connector.getContract(String name)
Retrieves the first Behavior with the specified 'Name' from the 'Contract' reference list |
Behavior |
Connector.getContract(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first Behavior with the specified 'Name' from the 'Contract' reference list |
Behavior |
CallBehaviorAction.getBehavior()
Returns the value of the 'Behavior' reference |
Behavior |
BehavioredClassifier.createOwnedBehavior(String name,
EClass eClass)
Creates a new Behavior , with the specified 'Name', and appends it to the 'Owned Behavior' containment reference list |
Behavior |
BehavioredClassifier.getOwnedBehavior(String name)
Retrieves the first Behavior with the specified 'Name' from the 'Owned Behavior' containment reference list |
Behavior |
BehavioredClassifier.getOwnedBehavior(String name,
boolean ignoreCase,
EClass eClass,
boolean createOnDemand)
Retrieves the first Behavior with the specified 'Name' from the 'Owned Behavior' containment reference list |
Behavior |
BehavioredClassifier.getClassifierBehavior()
Returns the value of the 'Classifier Behavior' reference |
Behavior |
BehavioredClassifier.createClassifierBehavior(String name,
EClass eClass)
Creates a new Behavior , with the specified 'Name', and sets the 'Classifier Behavior' reference |
Behavior |
BehavioralFeature.getMethod(String name)
Retrieves the first Behavior with the specified 'Name' from the 'Method' reference list |
Behavior |
BehavioralFeature.getMethod(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first Behavior with the specified 'Name' from the 'Method' reference list |
Behavior |
BehaviorExecutionSpecification.getBehavior()
Returns the value of the 'Behavior' reference |
Behavior |
Behavior.getRedefinedBehavior(String name)
Retrieves the first Behavior with the specified 'Name' from the 'Redefined Behavior' reference list |
Behavior |
Behavior.getRedefinedBehavior(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first Behavior with the specified 'Name' from the 'Redefined Behavior' reference list |
Methods in org.eclipse.uml2.uml with parameters of type Behavior | |
void |
Transition.setEffect(Behavior value)
Sets the value of the ' Effect ' containment reference |
void |
State.setEntry(Behavior value)
Sets the value of the ' Entry ' containment reference |
void |
State.setExit(Behavior value)
Sets the value of the ' Exit ' containment reference |
void |
State.setDoActivity(Behavior value)
Sets the value of the ' Do Activity ' containment reference |
void |
ReduceAction.setReducer(Behavior value)
Sets the value of the ' Reducer ' reference |
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 |
void |
BehaviorExecutionSpecification.setBehavior(Behavior value)
Sets the value of the ' Behavior ' reference |
Uses of Behavior in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type Behavior | |
boolean |
UMLValidator.validateBehavior(Behavior behavior,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateBehavior_validateParametersMatch(Behavior behavior,
DiagnosticChain diagnostics,
Map context)
Validates the validateParametersMatch constraint of 'Behavior' |
boolean |
UMLValidator.validateBehavior_validateFeatureOfContextClassifier(Behavior behavior,
DiagnosticChain diagnostics,
Map context)
Validates the validateFeatureOfContextClassifier constraint of 'Behavior' |
boolean |
UMLValidator.validateBehavior_validateMustRealize(Behavior behavior,
DiagnosticChain diagnostics,
Map context)
Validates the validateMustRealize constraint of 'Behavior' |
boolean |
UMLValidator.validateBehavior_validateMostOneBehaviour(Behavior behavior,
DiagnosticChain diagnostics,
Map context)
Validates the validateMostOneBehaviour constraint of 'Behavior' |
Object |
UMLSwitch.caseBehavior(Behavior object)
Returns the result of interpretting the object as an instance of 'Behavior' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |