Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACControlNode
Packages that use ACControlNode
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
-
Uses of ACControlNode in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ACControlNode in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceAn activity final node is a final node that stops all flows in an activity.interfaceA decision node is a control node that chooses between outgoing flows.interfaceinterfaceA flow final node is a final node that terminates a flow.interfaceA fork node is a control node that splits a flow into multiple concurrent flows.interfaceAn initial node is a control node which flow starts at when the activity is invoked.interfaceA join node is a control node that synchronizes multiple flows.interfaceA merge node is a control node that brings multiple alternate flows together.