public interface FunctionNode
| Modifier and Type | Method and Description |
|---|---|
int |
getMDD(MDDManager ddmanager)
Construct a MDD corresponding to this logical function.
|
boolean |
isLeaf()
Is it a leaf? Only used to help some toString methods.
|
String |
toString(boolean par) |
String toString(boolean par)
par - if true, add surrounding parenthesis.boolean isLeaf()
int getMDD(MDDManager ddmanager)
ddmanager - the MDDManager in which the MDD will be stored.Copyright © 2009–2020. All rights reserved.