Interface PropositionalFormulaParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A parser that parses propositional formula's from text to
Node
s.- Author:
- Paul Bittner
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PropositionalFormulaParser
Default parser that uses theNodeReader
from FeatureIDE and uses itsjava symbols
to match operators. -
Method Summary
-
Field Details
-
Default
Default parser that uses theNodeReader
from FeatureIDE and uses itsjava symbols
to match operators.
-
-
Method Details
-
parse
-