Uses of Class
org.openhab.core.voice.text.InterpretationResult
Packages that use InterpretationResult
- 
Uses of InterpretationResult in org.openhab.core.voice.textFields in org.openhab.core.voice.text declared as InterpretationResultModifier and TypeFieldDescriptionstatic final InterpretationResultInterpretationResult.OKRepresents successful parsing and interpretation.static final InterpretationResultInterpretationResult.SEMANTIC_ERRORRepresents a problem in the interpretation step after successful parsing.static final InterpretationResultInterpretationResult.SYNTAX_ERRORRepresents a syntactical problem during parsing.Methods in org.openhab.core.voice.text that return InterpretationResultModifier and TypeMethodDescriptionabstract InterpretationResultRule.interpretAST(ResourceBundle language, ASTNode node, Rule.InterpretationContext context) Will get called after the expression was successfully parsed.