- column - Variable in class org.conceptoriented.bistro.server.actions.ActionRemove
-
- column - Variable in class org.conceptoriented.bistro.server.Context
-
- Connector - Interface in org.conceptoriented.bistro.server
-
Connectors are responsible for interaction with the environment, for example, by receiving events and sending events.
- connector - Variable in class org.conceptoriented.bistro.server.Context
-
- ConnectorBase - Class in org.conceptoriented.bistro.server
-
- ConnectorBase(Server) - Constructor for class org.conceptoriented.bistro.server.ConnectorBase
-
- ConnectorSimulator - Class in org.conceptoriented.bistro.server.connectors
-
The class simulates an asynchronous data source by feeding the data into the specified table.
- ConnectorSimulator(Server, Table, Duration, List<Object[]>) - Constructor for class org.conceptoriented.bistro.server.connectors.ConnectorSimulator
-
- ConnectorSimulator(Server, Table, List<Duration>, List<Object[]>) - Constructor for class org.conceptoriented.bistro.server.connectors.ConnectorSimulator
-
- ConnectorSimulatorFile - Class in org.conceptoriented.bistro.server.connectors
-
Use data from CSV file to feed into the table.
- ConnectorSimulatorFile(Server, Table, String, String, double) - Constructor for class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
-
- ConnectorTimer - Class in org.conceptoriented.bistro.server.connectors
-
Regularly wake up and trigger the specified action.
- ConnectorTimer(Server, long) - Constructor for class org.conceptoriented.bistro.server.connectors.ConnectorTimer
-
- Context - Class in org.conceptoriented.bistro.server
-
This class contains parameters for data processing operations and it is also supposed to contain output results.
- Context() - Constructor for class org.conceptoriented.bistro.server.Context
-
- context - Variable in class org.conceptoriented.bistro.server.Task
-
- convert(String) - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
-
- converter - Variable in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
-