| Package | Description |
|---|---|
| org.colomoto.mddlib.logicalfunction |
MDD-aware data-structure for logical functions.
|
| org.colomoto.mddlib.logicalfunction.operators |
implementation of some basic operators for logical functions.
|
| Class and Description |
|---|
| AbstractOperand
An operand in a logical function.
|
| FunctionNode
Common interface for all nodes in the trees representing logical functions.
|
| OperandFactory
A factory to create operands (leaves in a logical function) and associate them to MDDVariables.
|
| OperatorCollection
Define a collection of operators to be used by a BooleanParser.
|
| OperatorFactory
Create FunctionNode for a given operator.
|
| ValueNode
Terminal FunctionNode representing fixed value
|
| Class and Description |
|---|
| FunctionNode
Common interface for all nodes in the trees representing logical functions.
|
| FunctionParser
Parser for logical functions.
|
| OperatorFactory
Create FunctionNode for a given operator.
|
Copyright © 2009–2020. All rights reserved.