OTX Reference  
OpenTestSystem.Otx.Core.Actions Namespace Reference

Lists all ActionRealisation extensions defined in the Core. More...

Classes

class  ActionRealisation
 Realisations of an Action. More...
 
class  AppendByteField
 Appends ByteField values to the end of another ByteField. More...
 
class  Assignment
 Assigns a value to a variable. More...
 
class  ByteFieldModifier
 Abstract action to modify ByteFields. More...
 
class  ListAppendItems
 Append list items More...
 
class  ListClear
 Removes all items from a List More...
 
class  ListConcatenate
 Concatenate two lists More...
 
class  ListInsertItems
 Insert list items More...
 
class  ListModifier
 ListModifier actions are designed for modifying lists More...
 
class  ListRemoveItems
 Remove list items More...
 
class  MapClear
 Removes all items from a Map More...
 
class  MapModifier
 MapModifier actions are designed for modifying maps. More...
 
class  MapPutItems
 Sets elements in a map More...
 
class  MapRemoveItems
 Deletes elements in a map More...
 
class  MapUnion
 Union of two Maps More...
 
class  ProcedureCall
 Calling a Procedure More...
 
class  ReplaceSubByteField
 Replaces part of a ByteField More...
 
class  SetBit
 Sets a bit in ByteField More...
 
class  ShiftLeft
 ByteField bits to the left More...
 
class  ShiftRight
 ByteField bits to the right More...
 

Detailed Description

Lists all ActionRealisation extensions defined in the Core.

Lists all ActionRealisation extensions defined in the Core. In addition to Terms, ActionRealisations describe the behavior of the program logic. An ActionRealisation will be used inside an Action node.