All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
assertAlmostEquals(double x,
double y) |
static Homomorphism |
hom(Map<String,String> mappings) |
static Homomorphism |
hom(Map<String,String> mappings,
Signature sourceSignature) |
static Homomorphism |
hom(Map<String,String> mappings,
Signature sourceSignature,
Signature targetSignature) |
static FeatureFunction |
makeTestFeature(String x) |
static TreeAutomaton |
pa(InputStream s) |
static TreeAutomaton |
pa(String s) |
static CondensedTreeAutomaton |
pac(String s) |
static SGraph |
pg(String s) |
static InterpretedTreeAutomaton |
pi(InputStream r) |
static InterpretedTreeAutomaton |
pi(String s) |
static Tree<String> |
pt(String s) |
static Tree<HomomorphismSymbol> |
pth(String s,
Signature sig) |
static Tree<Integer> |
pti(String s,
Signature sig) |
static Tree<StringOrVariable> |
ptv(String s) |
static Set<Rule> |
rbu(String label,
List children,
TreeAutomaton auto) |
static InputStream |
rs(String filename)
Returns an InputStream for the resource with the given name.
|
static Rule |
rule(String parent,
String label,
List<String> children,
TreeAutomaton automaton) |
static Signature |
sig(Map<String,Integer> symbols) |
static List<String> |
ss(String s) |