public class IrtgTreeAutomatonAnnotator extends Object implements TreeAutomatonAnnotator
Modifier and Type | Field and Description |
---|---|
InterpretedTreeAutomaton |
irtg |
Constructor and Description |
---|
IrtgTreeAutomatonAnnotator(InterpretedTreeAutomaton irtg) |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotation(Rule rule,
String annotationIdentifier) |
Collection<String> |
getAnnotationIdentifiers() |
public InterpretedTreeAutomaton irtg
public IrtgTreeAutomatonAnnotator(InterpretedTreeAutomaton irtg)
public Collection<String> getAnnotationIdentifiers()
getAnnotationIdentifiers
in interface TreeAutomatonAnnotator
public String getAnnotation(Rule rule, String annotationIdentifier)
getAnnotation
in interface TreeAutomatonAnnotator
Copyright © 2017. All rights reserved.