public interface OperandFactory
| Modifier and Type | Method and Description |
|---|---|
FunctionNode |
createOperand(String name)
Create an operand object for a given name.
|
FunctionNode |
createOperand(String name,
int threshold)
Create an operand object for a given name and threshold.
|
MDDManager |
getMDDManager()
get (or refresh) the MDDManager associated to this parser.
|
boolean |
verifOperandList(List<String> list)
Check that a list of names matches valid operands for this parser.
|
MDDManager getMDDManager()
boolean verifOperandList(List<String> list)
list - FunctionNode createOperand(String name)
name - FunctionNode createOperand(String name, int threshold)
name - Copyright © 2009–2020. All rights reserved.