Difference between revisions of "Core.Actions.Loop"

From emotive
Jump to navigation Jump to search
(Created page with "Category:Core == Classification == {{ClassificationActivity | Loop | To the repeated execution of a sequence of activities (specification only) | Compound Node | Cor...")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Core]]
+
{{DISPLAYTITLE:OTX '''Loop'''}}[[Category:Core]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | Loop | To the repeated execution of a sequence of activities (specification only) | [[Compound Node]] | [[Core|OTX Core library]] | [[Compund node related actions]] | - | - }}
+
{{ClassificationActivity | Loop | To the repeated execution of a sequence of activities (specification only) | [[Compound Node]] | [[Core|OTX Core library]] | [[Compound node related actions]] | - | - }}
  
 
== Description ==
 
== Description ==
The OTX '''Loop''' activity serves the repeated execution of a sequence of activities. The loop activity contains no configurations and serves only the specification, see [[BasicConcept|Specification/Implementation]] concept. By adding a configuration, the loop activity is converted to one of the following activities:
+
The OTX '''Loop''' activity serves the repeated execution of a sequence of activities. The loop activity contains no configurations and serves only the specification, see [[General.Principles|Specification/Implementation]] concept. By adding a configuration, the loop activity is converted to one of the following activities:
  
* [[WhileLoop]]
+
* [[Core.Actions.Loop.WhileLoop|WhileLoop]]
* [[ForLoop]]
+
* [[Core.Actions.Loop.ForLoop|ForLoop]]
* [[ForEachLoop]]
+
* [[Core.Actions.Loop.ForEachLoop|ForEachLoop]]
  
 
== See also ==
 
== See also ==
[[Group]] <br/>
+
[[Core.Actions.Group|Group]] <br/>
[[Branch]] <br/>
+
[[Core.Actions.Branch|Branch]] <br/>
[[Parallel]] <br/>
+
[[Core.Actions.Parallel|Parallel]] <br/>
[[Handler]] <br/>
+
[[Core.Actions.Handler|Handler]] <br/>
[[CatchingFlow]] <br/>
+
[[Core.Actions.MutexGroup|MutexGroup]]
[[MutexGroup]]
 

Latest revision as of 12:56, 16 February 2016

Classification

Name Loop
Short Description To the repeated execution of a sequence of activities (specification only)
Class Compound Node
Extension OTX Core library
Group Compound node related actions
Exceptions -
Checker Rules -
Standard Compliant Yes

Description

The OTX Loop activity serves the repeated execution of a sequence of activities. The loop activity contains no configurations and serves only the specification, see Specification/Implementation concept. By adding a configuration, the loop activity is converted to one of the following activities:

See also

Group
Branch
Parallel
Handler
MutexGroup