Package com.semedy.reasoner.api.builtin
Class CollectorBuiltinReceiver
java.lang.Object
com.semedy.reasoner.api.builtin.CollectorBuiltinReceiver
- All Implemented Interfaces:
BuiltinReceiver
BuiltinReceiver so send to several receivers at same time
- Author:
- angele
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addReceiver
(BuiltinReceiver rcvr) void
send
(long[] buffer) gets the results of a built-in.void
send
(TupleBuffer buffer) gets the results of a built-in.
-
Constructor Details
-
CollectorBuiltinReceiver
public CollectorBuiltinReceiver()
-
-
Method Details
-
addReceiver
-
send
Description copied from interface:BuiltinReceiver
gets the results of a built-in. Send is called within the built-in- Specified by:
send
in interfaceBuiltinReceiver
- Parameters:
buffer
- , the input values- Throws:
InterruptedException
ReasoningException
EDBException
IOException
SemReasonerException
-
send
Description copied from interface:BuiltinReceiver
gets the results of a built-in. Send is called within the built-in- Specified by:
send
in interfaceBuiltinReceiver
- Parameters:
buffer
- , the input values- Throws:
InterruptedException
ReasoningException
EDBException
IOException
SemReasonerException
-