| Package | Description |
|---|---|
| org.colomoto.mddlib.logicalfunction.operators |
implementation of some basic operators for logical functions.
|
| org.colomoto.mddlib.operators |
Default implementations of MDDOperator
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract MDDOperator |
AbstractBinaryOperator.getMDDOperation() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlexibleOperator
Base class for quick prototyping of new complex operators.
|
class |
AbstractOperator
Common (boring) part of a MDDOperator implementation.
|
class |
OverwriteOperator
Update a MDD by overwriting some of its leaves according to
another MDD.
|
| Modifier and Type | Field and Description |
|---|---|
static MDDOperator |
MDDBaseOperators.AND
the AND operator.
|
static MDDOperator |
MDDBaseOperators.OR
the OR operator.
|
static MDDOperator |
MDDBaseOperators.OVER
the OVERLOAD operator.
|
static MDDOperator[] |
MDDBaseOperators.OVERV
the OVERLOAD at 0 operator.
|
| Modifier and Type | Method and Description |
|---|---|
static MDDOperator |
OverwriteOperator.getOverwriteAction(int value) |
static MDDOperator |
MDDBaseOperators.OVEROPERATOR(int v) |
Copyright © 2009–2020. All rights reserved.