Uses of Class
fUML.Syntax.Activities.IntermediateActivities.ActivityNode

Packages that use ActivityNode
fUML.Semantics.Activities.CompleteStructuredActivities   
fUML.Semantics.Activities.ExtraStructuredActivities   
fUML.Semantics.Activities.IntermediateActivities   
fUML.Syntax.Actions.BasicActions   
fUML.Syntax.Actions.CompleteActions   
fUML.Syntax.Actions.IntermediateActions   
fUML.Syntax.Activities.CompleteStructuredActivities   
fUML.Syntax.Activities.ExtraStructuredActivities   
fUML.Syntax.Activities.IntermediateActivities   
 

Uses of ActivityNode in fUML.Semantics.Activities.CompleteStructuredActivities
 

Methods in fUML.Semantics.Activities.CompleteStructuredActivities with parameters of type ActivityNode
 ActivityNodeActivation StructuredActivityNodeActivation.getNodeActivation(ActivityNode node)
          operation getNodeActivation
 

Uses of ActivityNode in fUML.Semantics.Activities.ExtraStructuredActivities
 

Methods in fUML.Semantics.Activities.ExtraStructuredActivities with parameters of type ActivityNode
 ActivityNodeActivation ExpansionActivationGroup.getNodeActivation(ActivityNode node)
          operation getNodeActivation
 

Uses of ActivityNode in fUML.Semantics.Activities.IntermediateActivities
 

Fields in fUML.Semantics.Activities.IntermediateActivities declared as ActivityNode
 ActivityNode ActivityNodeActivation.node
           
 

Methods in fUML.Semantics.Activities.IntermediateActivities with parameters of type ActivityNode
 ActivityNodeActivation ActivityNodeActivationGroup.createNodeActivation(ActivityNode node)
          operation createNodeActivation
 ActivityNodeActivation ActivityNodeActivationGroup.getNodeActivation(ActivityNode node)
          operation getNodeActivation
 ActivityNodeActivation ActivityNodeActivation.getNodeActivation(ActivityNode node)
          operation getNodeActivation
 

Uses of ActivityNode in fUML.Syntax.Actions.BasicActions
 

Subclasses of ActivityNode in fUML.Syntax.Actions.BasicActions
 class Action
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::Action'.
 class CallAction
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::CallAction'.
 class CallBehaviorAction
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::CallBehaviorAction'.
 class CallOperationAction
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::CallOperationAction'.
 class InputPin
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::InputPin'.
 class InvocationAction
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::InvocationAction'.
 class OutputPin
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::OutputPin'.
 class Pin
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::Pin'.
 class SendSignalAction
          An implementation of the model object ' fUML::Syntax::Actions::BasicActions::SendSignalAction'.
 

Uses of ActivityNode in fUML.Syntax.Actions.CompleteActions
 

Subclasses of ActivityNode in fUML.Syntax.Actions.CompleteActions
 class AcceptEventAction
          An implementation of the model object ' fUML::Syntax::Actions::CompleteActions::AcceptEventAction'.
 class ReadExtentAction
          An implementation of the model object ' fUML::Syntax::Actions::CompleteActions::ReadExtentAction'.
 class ReadIsClassifiedObjectAction
          An implementation of the model object ' fUML::Syntax::Actions::CompleteActions::ReadIsClassifiedObjectAction '.
 class ReclassifyObjectAction
          An implementation of the model object ' fUML::Syntax::Actions::CompleteActions::ReclassifyObjectAction '.
 class ReduceAction
          An implementation of the model object ' fUML::Syntax::Actions::CompleteActions::ReduceAction'.
 class StartClassifierBehaviorAction
          An implementation of the model object ' fUML::Syntax::Actions::CompleteActions::StartClassifierBehaviorAction '.
 class StartObjectBehaviorAction
          An implementation of the model object ' fUML::Syntax::Actions::CompleteActions::StartObjectBehaviorAction '.
 

Uses of ActivityNode in fUML.Syntax.Actions.IntermediateActions
 

Subclasses of ActivityNode in fUML.Syntax.Actions.IntermediateActions
 class AddStructuralFeatureValueAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::AddStructuralFeatureValueAction '.
 class ClearAssociationAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::ClearAssociationAction '.
 class ClearStructuralFeatureAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::ClearStructuralFeatureAction '.
 class CreateLinkAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::CreateLinkAction '.
 class CreateObjectAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::CreateObjectAction '.
 class DestroyLinkAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::DestroyLinkAction '.
 class DestroyObjectAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::DestroyObjectAction '.
 class LinkAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::LinkAction'.
 class ReadLinkAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::ReadLinkAction'.
 class ReadSelfAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::ReadSelfAction'.
 class ReadStructuralFeatureAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::ReadStructuralFeatureAction '.
 class RemoveStructuralFeatureValueAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::RemoveStructuralFeatureValueAction '.
 class StructuralFeatureAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::StructuralFeatureAction '.
 class TestIdentityAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::TestIdentityAction '.
 class ValueSpecificationAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::ValueSpecificationAction '.
 class WriteLinkAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::WriteLinkAction'.
 class WriteStructuralFeatureAction
          An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::WriteStructuralFeatureAction '.
 

Uses of ActivityNode in fUML.Syntax.Activities.CompleteStructuredActivities
 

Subclasses of ActivityNode in fUML.Syntax.Activities.CompleteStructuredActivities
 class ConditionalNode
          An implementation of the model object ' fUML::Syntax::Activities::CompleteStructuredActivities::ConditionalNode '.
 class ExecutableNode
          An implementation of the model object ' fUML::Syntax::Activities::CompleteStructuredActivities::ExecutableNode '.
 class LoopNode
          An implementation of the model object ' fUML::Syntax::Activities::CompleteStructuredActivities::LoopNode '.
 class StructuredActivityNode
          An implementation of the model object ' fUML::Syntax::Activities::CompleteStructuredActivities::StructuredActivityNode '.
 

Methods in fUML.Syntax.Activities.CompleteStructuredActivities with parameters of type ActivityNode
 void StructuredActivityNode.addNode(ActivityNode node)
          operation addNode
 

Uses of ActivityNode in fUML.Syntax.Activities.ExtraStructuredActivities
 

Subclasses of ActivityNode in fUML.Syntax.Activities.ExtraStructuredActivities
 class ExpansionNode
          An implementation of the model object ' fUML::Syntax::Activities::ExtraStructuredActivities::ExpansionNode '.
 class ExpansionRegion
          An implementation of the model object ' fUML::Syntax::Activities::ExtraStructuredActivities::ExpansionRegion '.
 

Uses of ActivityNode in fUML.Syntax.Activities.IntermediateActivities
 

Subclasses of ActivityNode in fUML.Syntax.Activities.IntermediateActivities
 class ActivityFinalNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::ActivityFinalNode '.
 class ActivityParameterNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::ActivityParameterNode '.
 class ControlNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::ControlNode '.
 class DecisionNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::DecisionNode '.
 class FinalNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::FinalNode'.
 class ForkNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::ForkNode'.
 class InitialNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::InitialNode '.
 class JoinNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::JoinNode'.
 class MergeNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::MergeNode'.
 class ObjectNode
          An implementation of the model object ' fUML::Syntax::Activities::IntermediateActivities::ObjectNode '.
 

Fields in fUML.Syntax.Activities.IntermediateActivities declared as ActivityNode
 ActivityNode ActivityEdge.source
           
 ActivityNode ActivityEdge.target
           
 

Methods in fUML.Syntax.Activities.IntermediateActivities that return ActivityNode
 ActivityNode ActivityNodeList.getValue(int i)
           
 

Methods in fUML.Syntax.Activities.IntermediateActivities with parameters of type ActivityNode
 void Activity.addNode(ActivityNode node)
          operation addNode
 void ActivityNodeList.addValue(ActivityNode v)
           
 void ActivityNodeList.addValue(int i, ActivityNode v)
           
 void ActivityEdge.setSource(ActivityNode source)
          operation setSource
 void ActivityEdge.setTarget(ActivityNode target)
          operation setTarget
 void ActivityNodeList.setValue(int i, ActivityNode v)
           
 



Copyright © 2012. All Rights Reserved.