All Frameworks Class Hierarchy This Framework Indexes
SDMRuntime Class SdaiLogical
Usage: you must use this class as is. You should never derive it.
public class SdaiLogical
Class representing an SDAI logical.
Constructor and Destructor Index
- o
~SdaiLogical()
-
Method Index
- o
operator=(SdaiLogical&)
- assignment operator.
- o
operator&&(SdaiLogical&)
- && operator.
- o
operator^(SdaiLogical&)
- ^ operator.
- o
operator!=(SdaiLogical&)
- != operator.
- o
operator==(SdaiLogical&)
- == operator.
- o
operator||(SdaiLogical&)
- || operator.
- o
operator>(SdaiLogical&)
- > operator.
- o
operator>=(SdaiLogical&)
- >= operator.
- o
operator<(SdaiLogical&)
- < operator.
- o
operator<=(SdaiLogical&)
- <= operator.
Constructor and Destructor
o ~SdaiLogical
-
Methods
o operator=
| public operator=( | const | ) |
-
assignment operator.
o operator&&
| public operator&&( | const | ) |
-
&& operator.
o operator^
| public operator^( | const | ) |
-
^ operator.
o operator!=
| public operator!=( | const | ) |
-
!= operator.
o operator==
| public operator==( | const | ) |
-
== operator.
o operator||
| public operator||( | const | ) |
-
|| operator.
o operator>
| public operator>( | const | ) |
-
> operator.
o operator>=
| public operator>=( | const | ) |
-
>= operator.
o operator<
| public operator<( | const | ) |
-
< operator.
o operator<=
| public operator<=( | const | ) |
-
<= operator.
This object is included in the file: SdaiLogical.h
If needed, your Imakefile.mk should include the module: CATSrtSimpleTypes