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 TypeMethodDescriptionvoid
send
(long[] buffer) gets the results of a built-in.void
send
(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:
InterruptedException
ReasoningException
IOException
EDBException
SemReasonerException
-
send
gets the results of a built-in. Send is called within the built-in- Parameters:
buffer
- , the input values- Throws:
InterruptedException
ReasoningException
IOException
EDBException
SemReasonerException
-