- AbstractProcessor - Class in org.xaffect.core.components
-
Represents a data-processor.
- AbstractProcessor(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.core.components.AbstractProcessor
-
- AbstractSink - Class in org.xaffect.core.components
-
Represents a data-sink.
- AbstractSink(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.core.components.AbstractSink
-
- AbstractSource - Class in org.xaffect.core.components
-
Represents a data-source.
- AbstractSource(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.core.components.AbstractSource
-
- add(DataEntry) - Method in class org.xaffect.core.data.ReceiverQueues
-
Adds data to the data-queues.
- addChannel(String, Color) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.Caption
-
Adds a data-channel to the {[@link Caption}.
- addComponent(SystemComponent) - Method in class org.xaffect.core.LifeCycleManager
-
- addConfigureListener(Listener) - Method in class org.xaffect.control.gui.CompositeConfiguration
-
Registers a Listener
which will be notified as soon as the
configure-button is pressed.
- addInfo(String, String) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.Caption
-
Adds a general information about data to the
Caption
.
- addListener(MeasurementTimeListener) - Method in class org.xaffect.control.gui.MeasurementTimer
-
- addMeasuringListener(Listener) - Method in class org.xaffect.control.gui.CompositeControl
-
Adds a Listener
that will be notified as soon as the
"start Measuring"-button is pressed.
- addNextSubjectListener(Listener) - Method in class org.xaffect.control.gui.CompositeControl
-
Adds a Listener
that will be notified as soon as the
"Next Subject"-button is pressed.
- addReceiver(LinkedBlockingQueue<DataEntry>) - Method in class org.xaffect.core.data.ReceiverQueues
-
Adds another LinkedBlockingQueue
to the list of receivers.
- addReceiver(LinkedBlockingQueue<DataEntry>) - Method in class org.xaffect.core.dispatching.ConnectorSource.AnnotatedReceiverQueues
-
- addSelectionListener(OptionSelectedListener) - Method in class org.xaffect.components.sink.dataviewer.resources.common.Option
-
- addStopListener(Listener) - Method in class org.xaffect.control.gui.CompositeControl
-
Adds a Listener
that will be notified as soon as the
"stop"-button is pressed.
- addTrainingListener(Listener) - Method in class org.xaffect.control.gui.CompositeControl
-
Adds a Listener
that will be notified as soon as the
"start Training"-button is pressed.
- addValueListener(ValueScaleListener) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
-
- adjustBorderValues(double, double) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.ChartDataViewer
-
Lets the
ChartDataViewer
adjust the minimal and maximal values
that are displayed and redraw it's content according to the new values.
- appendEvent(Event) - Method in class org.xaffect.components.sink.unisenslogger.UnisensFileAdapter
-
Append an event to the eventEntry.
- appendSignal(double[][]) - Method in class org.xaffect.components.sink.unisenslogger.UnisensFileAdapter
-
Append a signal to the signalEntry.
- appendValue(Value) - Method in class org.xaffect.components.sink.unisenslogger.UnisensFileAdapter
-
Append a value to the valuesEntry.