Difference between revisions of "Core.Actions"

From emotive
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:OTX '''Actions'''}}[[Category:Core]]
 
{{DISPLAYTITLE:OTX '''Actions'''}}[[Category:Core]]
 
== Classification ==
 
== Classification ==
{{ClassificationCore | Actions | OTX Core Actions | [[OTX Core]] | - }}
+
{{ClassificationCore | Actions | OTX Core Actions | [[OtxReference#Core|OTX Core]] | - }}
  
 
== Actions ==
 
== Actions ==
Line 9: Line 9:
  
 
{{TableRowCatagory|ByteFieldModifiers related actions}}
 
{{TableRowCatagory|ByteFieldModifiers related actions}}
{{TableRowKeyValueList|[[ShiftRight]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ShiftRight|ShiftRight]]|}}
{{TableRowKeyValueList|[[ShiftLeft]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ShiftLeft|ShiftLeft]]|}}
{{TableRowKeyValueList|[[SetBit]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.SetBit|SetBit]]|}}
{{TableRowKeyValueList|[[ReplaceSubByteField]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ReplaceSubByteField|ReplaceSubByteField]]|}}
{{TableRowKeyValueList|[[AppendByteField]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.AppendByteField|AppendByteField]]|}}
  
 
{{TableRowCatagory|ListModifiers related actions}}
 
{{TableRowCatagory|ListModifiers related actions}}
{{TableRowKeyValueList|[[ListConcatenate]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListConcatenate|ListConcatenate]]|}}
{{TableRowKeyValueList|[[ListAppendItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListAppendItems|ListAppendItems]]|}}
{{TableRowKeyValueList|[[ListInsertItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListInsertItems|ListInsertItems]]|}}
{{TableRowKeyValueList|[[ListRemoveItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListRemoveItems|ListRemoveItems]]|}}
{{TableRowKeyValueList|[[ListClear]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListClear|ListClear]]|}}
  
 
{{TableRowCatagory|MapModifiers related actions}}
 
{{TableRowCatagory|MapModifiers related actions}}
{{TableRowKeyValueList|[[MapUnion]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MapUnion|MapUnion]]|}}
{{TableRowKeyValueList|[[MapPutItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MapPutItems|MapPutItems]]|}}
{{TableRowKeyValueList|[[MapRemoveItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MapRemoveItems|MapRemoveItems]]|}}
{{TableRowKeyValueList|[[MapClear]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MapClear|MapClear]]|}}
  
 
{{TableRowCatagory|Compound nodes}}
 
{{TableRowCatagory|Compound nodes}}
{{TableRowKeyValueList|[[Group]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Group|Group]]|}}
{{TableRowKeyValueList|[[Loop]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Loop|Loop]]|}}
{{TableRowKeyValueList|[[Branch]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Branch|Branch]]|}}
{{TableRowKeyValueList|[[Parallel]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Parallel|Parallel]]|}}
{{TableRowKeyValueList|[[MutexGroup]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MutexGroup|MutexGroup]]|}}
{{TableRowKeyValueList|[[Handler]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Handler|Handler]]|}}
  
 
{{TableRowCatagory|End nodes}}
 
{{TableRowCatagory|End nodes}}
{{TableRowKeyValueList|[[Return]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Return|Return]]|}}
{{TableRowKeyValueList|[[Continue]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Continue|Continue]]|}}
{{TableRowKeyValueList|[[Break]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Break|Break]]|}}
{{TableRowKeyValueList|[[Throw]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Throw|Throw]]|}}
{{TableRowKeyValueList|[[TerminateLanes]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.TerminateLanes|TerminateLanes]]|}}
 +
 
 +
{{TableRowCatagory|Empty nodes (not ISO 13209 standard)}}
 +
{{TableRowKeyValueList|[[Core.Actions.EmptyAction|EmptyAction]]|}}
 +
{{TableRowKeyValueList|[[Core.Actions.EmptyBranch|EmptyBranch]]|}}
 +
{{TableRowKeyValueList|[[Core.Actions.EmptyGroup|EmptyGroup]]|}}
 +
{{TableRowKeyValueList|[[Core.Actions.EmptyHandler|EmptyHandler]]|}}
 +
{{TableRowKeyValueList|[[Core.Actions.EmptyLoop|EmptyLoop]]|}}
 +
{{TableRowKeyValueList|[[Core.Actions.EmptyMutexGroup|EmptyMutexGroup]]|}}
 +
{{TableRowKeyValueList|[[Core.Actions.EmptyParallel|EmptyParallel]]|}}
 +
{{TableRowKeyValueList|[[Core.Actions.EmptyThrow|EmptyThrow]]|}}
 
|}
 
|}
  
 
== See also ==
 
== See also ==
[[OtxValidation|Validation (OTX-Checker)]] <br/>
+
[[Core.Validation|Validation (OTX-Checker)]] <br/>
​​[[OtxNamingConventions|Naming Conventions]] <br/>
+
​​[[General.NamingConventions|Naming Conventions]] <br/>
[[OtxDeclarations|Declarations]] <br/>
+
[[Core.Declarations|Declarations]] <br/>
[[OtxVisibilities|Visibilities]] <br/>
+
[[Core.Visibilities|Visibilities]] <br/>
[[OtxValidities|Validities]] <br/>
+
[[Core.Validities|Validities]] <br/>
[[OtxSignatures|Signatures]] <br/>
+
[[Core.Signatures|Signatures]] <br/>
[[OtxParameters|Parameter Declarations]] <br/>
+
[[Core.Parameters|Parameter Declarations]] <br/>
[[OtxProcedures|Procedures]] <br/>
+
[[Core.Procedures|Procedures]] <br/>
[[OtxComments|Comments]] <br/>
+
[[Core.Comments|Comments]] <br/>
[[OtxTerms|Terms]]
+
[[Core.Terms|Terms]]

Latest revision as of 10:03, 19 December 2016