Interface SignificanceHeuristicParser
-
- All Known Implementing Classes:
NXYSignificanceHeuristic.NXYParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SignificanceHeuristicParserParsesSignificanceHeuristics from anXContentParser.
-
-
Method Summary
Modifier and Type Method Description SignificanceHeuristicparse(XContentParser parser)
-
-
-
Method Detail
-
parse
SignificanceHeuristic parse(XContentParser parser) throws java.io.IOException, ParsingException
- Throws:
java.io.IOExceptionParsingException
-
-