public class BinarizingTreeAlgebra extends BinarizingAlgebra<Tree<String>>
BinarizingAlgebra
that interprets values
over a TreeAlgebra
.
This is a BinarizingAlgebra where the underlying algebra is a TreeAlgebra.Constructor and Description |
---|
BinarizingTreeAlgebra()
Creates a new instance with its own signature.
|
BinarizingTreeAlgebra(String appendSymbol)
Creates a new instance with its own signature and a user specified concatenation symbol.
|
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, parseString
getAllAlgebraClasses, getClassOfValues, getSignature, hasOptions, readOptions, representAsString, setOptions, writeOptions
public BinarizingTreeAlgebra()
public BinarizingTreeAlgebra(String appendSymbol)
appendSymbol
- public JComponent visualize(Tree<String> object)
Algebra
Copyright © 2017. All rights reserved.