Core.Terms
Jump to navigation
Jump to search
Classification
Name | Terms |
Short Description | OTX Core Terms |
Class | OTX Core |
Pre-Conditions | - |
Specified by | ISO 13209-2 |
Terms
Literal terms | |
BooleanLiteral | |
IntegerLiteral | |
FloatLiteral | |
StringLiteral | |
ByteFieldLiteral | |
ListLiteral | |
MapLiteral | |
UserExceptionLiteral | |
Creation terms | |
ListCreate | |
MapCreate | |
UserExceptionCreate | |
Conversion terms | |
ToBoolean | |
ToInteger | |
ToFloat | |
ToByteField | |
ToString | |
Integer conversion terms | |
DecodeInteger | |
EncodeInteger | |
Logical operations | |
LogicAnd | |
LogicOr | |
LogicXor | |
LogicNot | |
Relational operations | |
IsEqual | |
IsNotEqual | |
IsLess | |
IsGreater | |
IsLessOrEqual | |
IsGreaterOrEqual | |
Mathematical operations | |
Add | |
Subtract | |
Multiply | |
Divide | |
Modulo | |
AbsoluteValue | |
Round | |
Negate | |
ByteField operations | |
BitwiseAnd | |
BitwiseOr | |
BitwiseXor | |
BitwiseNot | |
ByteFieldGetSize | |
SubByteField | |
GetBit | |
List related terms | |
ListGetLength | |
ListContainsValue | |
ListCopy | |
Map related terms | |
MapContainsKey | |
MapContainsValue | |
MapGetSize | |
MapGetKeyList | |
MapGetValueList | |
MapCopy | |
Exception related terms | |
GetExceptionOriginatorNode | |
GetExceptionQualifier | |
GetExceptionText | |
GetStackTrace |
See also
Validation (OTX-Checker)
Naming Conventions
Declarations
Visibilities
Validities
Signatures
Parameter Declarations
Procedures
Comments
Actions