|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Models Namespace > LogicOperation.OperationTypes Enumeration |
Represents the types of operations that can be performed.
Namespace: BNCS.Logic.Models
Assembly: BNCS.Logic.Models (in BNCS.Logic.Models.dll)
Description |
||
|---|---|---|
AND |
Represents a logical AND operation constant. |
|
NAND |
Represents a logical NAND operation. |
|
OR |
||
NOR |
Represents a class that contains a constant value for NOR. |
|
NOT |
Represents a simple calculator for performing basic operations. |
|
LATCH |
Represents a constant value used for a latch mechanism. |
|
XOR |
||
XNOR |
Represents a constant value for the XNOR operation. |
|
DELAY |
Represents a delay duration in seconds. |
|
SAMPLE |
Represents a sample class with a single integer property. |
|
TRUTH_TABLE |
Represents a Truth Table. |
|
CLOCK |
Represents a Clock/Timex. |
|
NUMBER_LESS_THAN |
Represents a constant value that indicates the maximum allowable number. |
|
NUMBER_GREATER_THAN |
Represents a constant value that is greater than 100. |
|
NUMBER_INSIDE_RANGE |
Represents a constant number that is used to check if a value is inside a specific range. |
|
NUMBER_OUTSIDE_RANGE |
Represents a constant value indicating that a number is outside the acceptable range. |
|
NUMBER_NUMBER_EQUALS |
Represents a specific numeric code used for [describe the purpose or context]. |
|
NUMBER_NOT_EQUALS |
Represents an error code indicating that two numbers are not equal. |
|
NUMBER_LESS_THAN_OR_EQUAL |
||
NUMBER_GREATER_THAN_OR_EQUAL |
||
STRING_EQUALS |
Represents a status code indicating that two strings are equal. |
|
STRING_NOT_EQUALS |
Represents an error code indicating that two strings are not equal. |
|
STRING_SUBSTRING |
||
STRING_NOT_SUBSTRING |
Represents an error code indicating that a string is not a substring of another string. |
|
STRING_LIST |
Represents a constant value used for string list operations. |
|
STRING_NOT_LIST |
Represents an error code indicating that a string was expected but a list was provided. |
|
STRING_REGEX |
||
STRING_UPPERCASE |
Represents the ASCII value for the uppercase character 'O'. |
|
STRING_LOWERCASE |
Represents the constant value for lowercase strings. |
|
ALARM |
Represents a constant value used to trigger an alarm condition. |
|
UNDEFINED |
Represents an undefined value with a default setting. |