Interface Connector

All Superinterfaces:
Builtin
All Known Implementing Classes:
AbstractConnector, CachedConnector, CountEventsInTime, Currency, FilterA, FilterB, Query, ReasonerConnector, ReasonerQuery, SQLiteConnector, TestMultiRelational, TestMultiRelationalCached

public interface Connector extends Builtin
Interface for connector built-in.
A connector built-in allows for more than one input value
and creates one or more result values.
Usually connectors are used to fetch values from an external
data source like a database.