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)
           
abstract  Behavior DispatchStrategy.getMethod(Object_ object, Operation operation)
           
 

Uses of Behavior in fUML.Semantics.CommonBehaviors.BasicBehaviors
 

Methods in fUML.Semantics.CommonBehaviors.BasicBehaviors that return Behavior
 Behavior Execution.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)
           
 ParameterValueList Executor.execute(Behavior behavior, Object_ context, ParameterValueList inputs)
           
 

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)
           
 

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)
           
 

Uses of Behavior in fUML.Syntax.Activities.IntermediateActivities
 

Subclasses of Behavior in fUML.Syntax.Activities.IntermediateActivities
 class 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)
           
 

Uses of Behavior in fUML.Syntax.Classes.Kernel
 

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

Uses of Behavior in fUML.Syntax.CommonBehaviors.BasicBehaviors
 

Subclasses of Behavior in fUML.Syntax.CommonBehaviors.BasicBehaviors
 class FunctionBehavior
           
 class 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)
           
 void BehaviorList.addValue(Behavior v)
           
 void BehaviorList.addValue(int i, Behavior v)
           
 void BehavioredClassifier.setClassifierBehavior(Behavior classifierBehavior)
           
 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(java.lang.String name)
           
 

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



Copyright © 2015. All Rights Reserved.