Uses of Class
fUML.Syntax.CommonBehaviors.BasicBehaviors.Behavior

Packages that use Behavior
fUML.Semantics.Classes.Kernel   
fUML.Semantics.CommonBehaviors.BasicBehaviors   
fUML.Semantics.Loci.LociL1   
fUML.Syntax.Actions.BasicActions   
fUML.Syntax.Actions.CompleteActions   
fUML.Syntax.Activities.IntermediateActivities   
fUML.Syntax.Classes.Kernel   
fUML.Syntax.CommonBehaviors.BasicBehaviors   
org.modeldriven.fuml.environment   
 

Uses of Behavior in fUML.Semantics.Classes.Kernel
 

Methods in fUML.Semantics.Classes.Kernel that return Behavior
 Behavior RedefinitionBasedDispatchStrategy.getMethod(Object_ object, Operation operation)
          operation getMethod
abstract  Behavior DispatchStrategy.getMethod(Object_ object, Operation operation)
          operation getMethod
 

Uses of Behavior in fUML.Semantics.CommonBehaviors.BasicBehaviors
 

Methods in fUML.Semantics.CommonBehaviors.BasicBehaviors that return Behavior
 Behavior Execution.getBehavior()
          operation getBehavior
 

Uses of Behavior in fUML.Semantics.Loci.LociL1
 

Methods in fUML.Semantics.Loci.LociL1 with parameters of type Behavior
 Execution ExecutionFactory.createExecution(Behavior behavior, Object_ context)
          operation createExecution
 ParameterValueList Executor.execute(Behavior behavior, Object_ context, ParameterValueList inputs)
          operation execute
 

Uses of Behavior in fUML.Syntax.Actions.BasicActions
 

Fields in fUML.Syntax.Actions.BasicActions declared as Behavior
 Behavior CallBehaviorAction.behavior
           
 

Methods in fUML.Syntax.Actions.BasicActions with parameters of type Behavior
 void CallBehaviorAction.setBehavior(Behavior behavior)
          operation setBehavior
 

Uses of Behavior in fUML.Syntax.Actions.CompleteActions
 

Fields in fUML.Syntax.Actions.CompleteActions declared as Behavior
 Behavior ReduceAction.reducer
           
 

Methods in fUML.Syntax.Actions.CompleteActions with parameters of type Behavior
 void ReduceAction.setReducer(Behavior reducer)
          operation setReducer
 

Uses of Behavior in fUML.Syntax.Activities.IntermediateActivities
 

Subclasses of Behavior in fUML.Syntax.Activities.IntermediateActivities
 class Activity
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::Activity'.
 

Fields in fUML.Syntax.Activities.IntermediateActivities declared as Behavior
 Behavior DecisionNode.decisionInput
           
 

Methods in fUML.Syntax.Activities.IntermediateActivities with parameters of type Behavior
 void DecisionNode.setDecisionInput(Behavior decisionInput)
          operation setDecisionInput
 

Uses of Behavior in fUML.Syntax.Classes.Kernel
 

Methods in fUML.Syntax.Classes.Kernel with parameters of type Behavior
 void Operation.addMethod(Behavior method)
          operation addMethod
 void BehavioralFeature.addMethod(Behavior method)
          operation addMethod
 

Uses of Behavior in fUML.Syntax.CommonBehaviors.BasicBehaviors
 

Subclasses of Behavior in fUML.Syntax.CommonBehaviors.BasicBehaviors
 class FunctionBehavior
          An implementation of the model object ' fUML::Syntax::CommonBehaviors::BasicBehaviors::FunctionBehavior '.
 class OpaqueBehavior
          An implementation of the model object ' fUML::Syntax::CommonBehaviors::BasicBehaviors::OpaqueBehavior '.
 

Fields in fUML.Syntax.CommonBehaviors.BasicBehaviors declared as Behavior
 Behavior BehavioredClassifier.classifierBehavior
           
 

Methods in fUML.Syntax.CommonBehaviors.BasicBehaviors that return Behavior
 Behavior BehaviorList.getValue(int i)
           
 

Methods in fUML.Syntax.CommonBehaviors.BasicBehaviors with parameters of type Behavior
 void BehavioredClassifier.addOwnedBehavior(Behavior ownedBehavior)
          operation addOwnedBehavior
 void BehaviorList.addValue(Behavior v)
           
 void BehaviorList.addValue(int i, Behavior v)
           
 void BehavioredClassifier.setClassifierBehavior(Behavior classifierBehavior)
          operation setClassifierBehavior
 void BehaviorList.setValue(int i, Behavior v)
           
 

Uses of Behavior in org.modeldriven.fuml.environment
 

Methods in org.modeldriven.fuml.environment that return Behavior
 Behavior Environment.findBehavior(String name)
           
 

Methods in org.modeldriven.fuml.environment with parameters of type Behavior
 void ExecutionEnvironment.execute(Behavior behavior)
           
 



Copyright © 2012. All Rights Reserved.