Difference between revisions of "Core.Actions"
Jump to navigation
Jump to search
(4 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 42: | Line 42: | ||
{{TableRowKeyValueList|[[Core.Actions.Throw|Throw]]|}} | {{TableRowKeyValueList|[[Core.Actions.Throw|Throw]]|}} | ||
{{TableRowKeyValueList|[[Core.Actions.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 == | ||
− | [[Core. | + | [[Core.Validation|Validation (OTX-Checker)]] <br/> |
− | [[General. | + | [[General.NamingConventions|Naming Conventions]] <br/> |
− | [[Core. | + | [[Core.Declarations|Declarations]] <br/> |
− | [[Core. | + | [[Core.Visibilities|Visibilities]] <br/> |
− | [[Core. | + | [[Core.Validities|Validities]] <br/> |
− | [[Core. | + | [[Core.Signatures|Signatures]] <br/> |
− | [[Core. | + | [[Core.Parameters|Parameter Declarations]] <br/> |
− | [[Core. | + | [[Core.Procedures|Procedures]] <br/> |
− | [[Core. | + | [[Core.Comments|Comments]] <br/> |
− | [[Core. | + | [[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