Interface | Description |
---|---|
Command |
Interface to define the operation to perform in the discrete sets.
|
Class | Description |
---|---|
MaxOr |
This class implements the primitives "max" and "or".
|
MinAnd |
This class implements the primitives "max" and "or".
|
Not |
This class implements the primitives "not".
|
ProbOr |
This class implements the primitives "prob-or".
|
Sum |
This class implements the primitives "sum".
|
SupportOperators |
Class to support Operators primitives with common methods.
|
Tuple<E> |
Wrapper class for a the return type of some methods.
|