Interface ConfQuery
-
- All Known Implementing Classes:
ConfQFeature,ConfQNone
- 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 ConfQueryDefines a confidence measure that can be used in a Patterns server RLink query.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiduseInQuery(com.netrics.likeit.NetricsQuery query)Configures the given query to use the confidence measure and its parameters represented by this object.
-
-
-
Method Detail
-
useInQuery
void useInQuery(com.netrics.likeit.NetricsQuery query) throws com.netrics.likeit.NetricsExceptionConfigures the given query to use the confidence measure and its parameters represented by this object.- Parameters:
query- - the RLink query to be set up. Not null.- Throws:
com.netrics.likeit.NetricsException- if query is not an RLink query.
-
-