Package com.semedy.reasoner.api.builtin
package com.semedy.reasoner.api.builtin
-
ClassDescriptioncoordinates calls to connectors and performs constraint reasoning for connectorsInterface for aggregations.Interface for all built-ins Built-ins may be seen as relations which are computed
by an algorithm.Manages the available set of built-insreceives the results of a built-indifferent built-in typesBuiltinReceiver so send to several receivers at same timeInterface for connector built-in.Marker interface for built-ins with dynamic access to services.Interface for filter built-ins.Interface for functional built-ins.
A functional built-in provides one functional result
for every input or checks a functional computation
E.g. plus(1,2,%3FX) returns 3 for X
plus(1,2,5) evaluates to false.Interface for relational built-ins.
A relational built-in gets one input tuple
and may produce one or more output tuples.A sensor builtin feeds events asynchroniously into the reasoner.A sensor builtin feeds events asynchroniously into the reasoner.Marker interface for built-ins with variable arguments