public class Lift extends Reduce
Constructor and Description |
---|
Lift(boolean changeSkip)
Constructor for the Lift object.
|
Modifier and Type | Method and Description |
---|---|
void |
liftUp(Row in,
ArrayList<Row> nodes)
Reduce the trie using Lift-Up reduction.
|
Trie |
optimize(Trie orig)
Optimize (eliminate rows with no content) the given Trie and return
the reduced Trie.
|
public Lift(boolean changeSkip)
changeSkip
- when set to true , comparison of two
Cells takes a skip command into accountpublic Trie optimize(Trie orig)
public void liftUp(Row in, ArrayList<Row> nodes)
in
- the Row to consider when optimizingnodes
- contains the patch commandsCopyright © 2016 Egothor. All Rights Reserved.