Difference between revisions of "Core.Actions"

From emotive
Jump to navigation Jump to search
 
(7 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|[[Core.OtxActions.ShiftRight|ShiftRight]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ShiftRight|ShiftRight]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.ShiftLeft|ShiftLeft]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ShiftLeft|ShiftLeft]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.ShiftLeft|ShiftLeft]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.SetBit|SetBit]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.ReplaceSubByteField|ReplaceSubByteField]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ReplaceSubByteField|ReplaceSubByteField]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.AppendByteField|AppendByteField]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.AppendByteField|AppendByteField]]|}}
  
 
{{TableRowCatagory|ListModifiers related actions}}
 
{{TableRowCatagory|ListModifiers related actions}}
{{TableRowKeyValueList|[[Core.OtxActions.ListConcatenate|ListConcatenate]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListConcatenate|ListConcatenate]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.ListAppendItems|ListAppendItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListAppendItems|ListAppendItems]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.ListInsertItems|ListInsertItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListInsertItems|ListInsertItems]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.ListRemoveItems|ListRemoveItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListRemoveItems|ListRemoveItems]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.ListClear|ListClear]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.ListClear|ListClear]]|}}
  
 
{{TableRowCatagory|MapModifiers related actions}}
 
{{TableRowCatagory|MapModifiers related actions}}
{{TableRowKeyValueList|[[Core.OtxActions.MapUnion|MapUnion]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MapUnion|MapUnion]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.MapPutItems|MapPutItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MapPutItems|MapPutItems]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.MapRemoveItems|MapRemoveItems]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MapRemoveItems|MapRemoveItems]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.MapClear|MapClear]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MapClear|MapClear]]|}}
  
 
{{TableRowCatagory|Compound nodes}}
 
{{TableRowCatagory|Compound nodes}}
{{TableRowKeyValueList|[[Core.OtxActions.Group|Group]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Group|Group]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.Loop|Loop]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Loop|Loop]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.Branch|Branch]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Branch|Branch]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.Parallel|Parallel]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Parallel|Parallel]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.MutexGroup|Core.OtxActions.MutexGroup]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.MutexGroup|MutexGroup]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.Handler|Handler]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Handler|Handler]]|}}
  
 
{{TableRowCatagory|End nodes}}
 
{{TableRowCatagory|End nodes}}
{{TableRowKeyValueList|[[Core.OtxActions.Return|Return]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Return|Return]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.Continue|Continue]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Continue|Continue]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.Break|Break]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Break|Break]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.Throw|Throw]]|}}
+
{{TableRowKeyValueList|[[Core.Actions.Throw|Throw]]|}}
{{TableRowKeyValueList|[[Core.OtxActions.TerminateLanes|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