Package com.semedy.reasoner.api.builtin
Interface BuiltinReceiver
- All Known Implementing Classes:
CollectorBuiltinReceiver,ExecuteDirectFilterBuiltin.DirectFilterBuiltinReceiver
public interface BuiltinReceiver
receives the results of a built-in
-
Method Summary
Modifier and TypeMethodDescriptionvoidsend(long[] buffer) gets the results of a built-in.voidsend(TupleBuffer buffer) gets the results of a built-in.
-
Method Details
-
send
gets the results of a built-in. Send is called within the built-in- Parameters:
buffer- , the input values- Throws:
InterruptedExceptionReasoningExceptionIOExceptionEDBExceptionSemReasonerException
-
send
gets the results of a built-in. Send is called within the built-in- Parameters:
buffer- , the input values- Throws:
InterruptedExceptionReasoningExceptionIOExceptionEDBExceptionSemReasonerException
-