Difference between revisions of "Core.Actions"
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. | + | {{TableRowKeyValueList|[[Core.Actions.ShiftRight|ShiftRight]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.ShiftLeft|ShiftLeft]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.SetBit|SetBit]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.ReplaceSubByteField|ReplaceSubByteField]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.AppendByteField|AppendByteField]]|}} |
{{TableRowCatagory|ListModifiers related actions}} | {{TableRowCatagory|ListModifiers related actions}} | ||
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.ListConcatenate|ListConcatenate]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.ListAppendItems|ListAppendItems]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.ListInsertItems|ListInsertItems]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.ListRemoveItems|ListRemoveItems]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.ListClear|ListClear]]|}} |
{{TableRowCatagory|MapModifiers related actions}} | {{TableRowCatagory|MapModifiers related actions}} | ||
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.MapUnion|MapUnion]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.MapPutItems|MapPutItems]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.MapRemoveItems|MapRemoveItems]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.MapClear|MapClear]]|}} |
{{TableRowCatagory|Compound nodes}} | {{TableRowCatagory|Compound nodes}} | ||
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Group|Group]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Loop|Loop]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Branch|Branch]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Parallel|Parallel]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.MutexGroup|MutexGroup]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Handler|Handler]]|}} |
{{TableRowCatagory|End nodes}} | {{TableRowCatagory|End nodes}} | ||
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Return|Return]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Continue|Continue]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Break|Break]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{TableRowKeyValueList|[[Core.Actions.Throw|Throw]]|}} |
− | {{TableRowKeyValueList|[[Core. | + | {{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 == | ||
− | [[ | + | [[Core.Validation|Validation (OTX-Checker)]] <br/> |
− | [[ | + | [[General.NamingConventions|Naming Conventions]] <br/> |
− | [[ | + | [[Core.Declarations|Declarations]] <br/> |
− | [[ | + | [[Core.Visibilities|Visibilities]] <br/> |
− | [[ | + | [[Core.Validities|Validities]] <br/> |
− | [[ | + | [[Core.Signatures|Signatures]] <br/> |
− | [[ | + | [[Core.Parameters|Parameter Declarations]] <br/> |
− | [[ | + | [[Core.Procedures|Procedures]] <br/> |
− | [[ | + | [[Core.Comments|Comments]] <br/> |
− | [[ | + | [[Core.Terms|Terms]] |
Latest revision as of 10:03, 19 December 2016
Classification
Name | Actions |
Short Description | OTX Core Actions |
Class | OTX Core |
Pre-Conditions | - |
Specified by | ISO 13209-2 |
Actions
Assignment | |
ProcedureCall | |
ByteFieldModifiers related actions | |
ShiftRight | |
ShiftLeft | |
SetBit | |
ReplaceSubByteField | |
AppendByteField | |
ListModifiers related actions | |
ListConcatenate | |
ListAppendItems | |
ListInsertItems | |
ListRemoveItems | |
ListClear | |
MapModifiers related actions | |
MapUnion | |
MapPutItems | |
MapRemoveItems | |
MapClear | |
Compound nodes | |
Group | |
Loop | |
Branch | |
Parallel | |
MutexGroup | |
Handler | |
End nodes | |
Return | |
Continue | |
Break | |
Throw | |
TerminateLanes | |
Empty nodes (not ISO 13209 standard) | |
EmptyAction | |
EmptyBranch | |
EmptyGroup | |
EmptyHandler | |
EmptyLoop | |
EmptyMutexGroup | |
EmptyParallel | |
EmptyThrow |
See also
Validation (OTX-Checker)
Naming Conventions
Declarations
Visibilities
Validities
Signatures
Parameter Declarations
Procedures
Comments
Terms