public class TreeRule<T> extends Object
Modifier and Type | Method and Description |
---|---|
void |
addIntroduction(List<Pair<Integer,T>> introduction) |
void |
addSubstition(List<Pair<Integer,T>> substitution) |
List<List<T>> |
applyRule(Tree<T> tree) |
protected List<List<T>> |
generateRelations(Tree<T> tree,
TreeGrepMatch<T> match) |
TreeGrep<T> |
getMatcher() |
String |
toString() |
Copyright © 2017. All rights reserved.