public class BinarizingTreeWithAritiesAlgebra extends BinarizingAlgebra<Tree<String>>
BinarizingAlgebra that interprets its values
over a TreeWithAritiesAlgebra.
This gives the same result as creating a binarizing algebra with a TreeWithAritiesAlgebra
as the underlying algebra.| Constructor and Description |
|---|
BinarizingTreeWithAritiesAlgebra()
Creates a new instance with the default concatenation symbol _@_ and
a new signature.
|
BinarizingTreeWithAritiesAlgebra(String appendSymbol)
Creates a new instance with a use specified concatenation symbol and
a new signature.
|
| Modifier and Type | Method and Description |
|---|---|
JComponent |
visualize(Tree<String> object)
Returns a Swing component that visualizes an object of this algebra.
|
binarizeTreeAutomaton, decompose, evaluate, getAppendSymbol, parseStringgetAllAlgebraClasses, getClassOfValues, getSignature, hasOptions, readOptions, representAsString, setOptions, writeOptionspublic BinarizingTreeWithAritiesAlgebra()
public BinarizingTreeWithAritiesAlgebra(String appendSymbol)
appendSymbol - public JComponent visualize(Tree<String> object)
AlgebraCopyright © 2017. All rights reserved.