Package | Description |
---|---|
de.up.ling.irtg |
This package contains the core classes for Alto, which represent Interpreted
Regular tree grammars.
|
de.up.ling.irtg.util |
Various utilities.
|
Modifier and Type | Method and Description |
---|---|
InterpretedTreeAutomaton |
TemplateInterpretedTreeAutomaton.instantiate(FirstOrderModel model)
Instantiates this template IRTG into a concrete IRTG.
|
boolean |
TemplateInterpretedTreeAutomaton.Guard.isSatisfiedBy(Map<String,String> variableAssignment,
FirstOrderModel model) |
boolean |
TemplateInterpretedTreeAutomaton.AtomicGuard.isSatisfiedBy(Map<String,String> variableAssignment,
FirstOrderModel model) |
boolean |
TemplateInterpretedTreeAutomaton.ConjGuard.isSatisfiedBy(Map<String,String> variableAssignment,
FirstOrderModel model) |
boolean |
TemplateInterpretedTreeAutomaton.TopGuard.isSatisfiedBy(Map<String,String> variableAssignment,
FirstOrderModel model) |
Modifier and Type | Method and Description |
---|---|
static FirstOrderModel |
FirstOrderModel.read(Reader optionReader)
Reads the options from a Json string representation.
|
Copyright © 2017. All rights reserved.