Package | Description |
---|---|
de.up.ling.irtg |
This package contains the core classes for Alto, which represent Interpreted
Regular tree grammars.
|
de.up.ling.irtg.gui |
A graphical user interface (GUI) for Alto.
|
Modifier and Type | Method and Description |
---|---|
Interpretation |
InterpretedTreeAutomaton.getInterpretation(String interp)
Returns the interpretation with the given name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Interpretation> |
InterpretedTreeAutomaton.getInterpretations()
Returns a map from which the interpretations can be retrieved using their
names.
|
Modifier and Type | Method and Description |
---|---|
void |
InterpretedTreeAutomaton.addInterpretation(String name,
Interpretation interp)
Adds an interpretation with a given name.
|
Modifier and Type | Method and Description |
---|---|
void |
InterpretedTreeAutomaton.addAllInterpretations(Map<String,Interpretation> interps)
Adds all interpretations in the map, with their respective names.
|
Constructor and Description |
---|
JInterpretation(Interpretation interp)
Creates new form JInterpretation
|
Copyright © 2017. All rights reserved.