A B C D E F G H I L M N O P Q R S T U V W X 

S

send(DataEntry) - Method in class org.xaffect.components.sink.unisensstreamer.StreamingServer
Sends a DataEntry to all registered StreamingClients.
sendHeader() - Method in class org.xaffect.components.sink.unisensstreamer.StreamingServer
Sends the transmission-header to all registered StreamingClients.
setAdcResolution(int) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's ADC-resolution.
setAdcZero(int) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's ADC's relative zero.
setBaseLine(int) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's base-line-value.
setCaptionColor(Color) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.Caption
Sets the background-Color of the channel-info-panel of the Caption.
setContentClass(String) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's content-class.
setDataType(DataType) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's DataType.
setDescription(DataDescription) - Method in class org.xaffect.core.data.DataEntry
Sets the DataDescription describing the DataEntry.
setDigits(int) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
Sets the value-Spinners' digits after comma.
setEditable(boolean) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
Determines whether the border-values are to be editable by the user or not.
setEnabled(boolean) - Method in class org.xaffect.components.sink.dataviewer.resources.common.Option
Sets the Option's status (enabled / disabled)
setEnabled(boolean) - Method in class org.xaffect.control.gui.CompositeConfiguration
 
setEnabled(boolean) - Method in class org.xaffect.control.gui.CompositeControl
 
setEnabled(boolean) - Method in class org.xaffect.control.gui.CompositeSubjectInfo
 
setFile(File) - Method in class org.xaffect.desktop.classloader.Resource
 
setIdentifier(String) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's identifier.
setJarEntry(JarEntry) - Method in class org.xaffect.desktop.classloader.ResourceFromJar
 
setLowerValue(double) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
Sets the lower border-value the ValueScale is to be representing.
setLsbValue(double) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's LSB-value.
setMarker(int) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
Sets the position of a marker to the ValueScale, displayed by a red line.
setMaxima(double, double) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
Sets the minimal and maximal values the ValueScale is able to display.
setName(String) - Method in class org.xaffect.util.xmlparser.XMLElement
Sets the XMLElement's name.
setNamesOfChannels(String[]) - Method in class org.xaffect.core.data.DataDescription
Sets the names of the DataEntry's channel-names.
setNumberOfChannels(int) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's number of channels.
setParent(XMLElement) - Method in class org.xaffect.util.xmlparser.XMLElement
Sets the XMLElement's parent XMLElement.
setReource(Resource) - Method in class org.xaffect.desktop.classloader.Resource
 
setSampleRate(Double) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's sample-rate (in Hz).
setSelected(boolean) - Method in class org.xaffect.components.sink.dataviewer.resources.common.Option
Sets the Option's selected-status.
setText(String) - Method in class org.xaffect.components.sink.dataviewer.resources.common.DropDownMenu
Sets the DropDownMenu's text
setText(String) - Method in class org.xaffect.components.sink.dataviewer.resources.common.Option
Sets text for the Option
setTimestampStart(Date) - Method in class org.xaffect.components.sink.unisenslogger.UnisensFileAdapter
 
setUnit(String) - Method in class org.xaffect.core.data.DataDescription
Sets the DataEntry's unit in which data is sent.
Setup - Class in org.xaffect.setup
Implement this abstract class to build a new measurement setup.
Setup() - Constructor for class org.xaffect.setup.Setup
 
SetupFinder - Class in org.xaffect.desktop.classloader
Util-class to find setups.
SetupFinder() - Constructor for class org.xaffect.desktop.classloader.SetupFinder
 
setUpperValue(double) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
Sets the upper border-value the ValueScale is to be representing.
setValues(double, double) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
Sets both selected values at once.
SIGNAL - Static variable in class org.xaffect.components.sink.dataviewer.DataViewer
Defining the DataViewer to display DataSignals.
SIGNAL - Static variable in class org.xaffect.components.sink.dataviewer.SinkDataViewer
 
Sink - Interface in org.xaffect.core.components
Represents a data-source providing a DataDescription describing the data the source is able to process and a ConnectorSink to connect with.
sink - Variable in class org.xaffect.core.dispatching.ConnectorSink
 
SinkDataViewer - Class in org.xaffect.components.sink.dataviewer
Component that is able to display the values of the three DataEntry -types DataEvent DataSignal DataValue in a chart-diagram.
SinkDataViewer(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.components.sink.dataviewer.SinkDataViewer
 
SinkUnisensLogger - Class in org.xaffect.components.sink.unisenslogger
 
SinkUnisensLogger(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.components.sink.unisenslogger.SinkUnisensLogger
SinkUnisensStreamer - Class in org.xaffect.components.sink.unisensstreamer
AbstractSink that is able to stream any kind of DataEntrys via UDP.
SinkUnisensStreamer(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.components.sink.unisensstreamer.SinkUnisensStreamer
Source - Interface in org.xaffect.core.components
Representing a data-source, providing a DataDescription describing the outgoing data and a ConnectorSource to connect with.
source - Variable in class org.xaffect.core.dispatching.ConnectorSource
 
SourceEcgGenerator - Class in org.xaffect.components.source.signalgenerators
This class is used to generate 250Hz ECG data to simplify testing.
SourceEcgGenerator(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.components.source.signalgenerators.SourceEcgGenerator
SourceStatusListener - Class in org.xaffect.components.source.statuslistener
Listens to LifeCycleManager's status-updates and sends DataEvent s for TRAINING MEASURING STOPPED
SourceStatusListener(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.components.source.statuslistener.SourceStatusListener
SourceTimer - Class in org.xaffect.components.source.timer
The Timer can be used as a trigger for timed events of a fix period.
SourceTimer(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.components.source.timer.SourceTimer
Create new SourceTimer
SourceUnisensReader - Class in org.xaffect.components.source.unisensreader
Reads data from a unisens.xml-file and streams it back to xAffect.
SourceUnisensReader(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.components.source.unisensreader.SourceUnisensReader
start() - Method in class org.xaffect.control.gui.MeasurementTimer
Starts the MeasurementTimer.
startMeasuring() - Method in class org.xaffect.control.lib.XAffectLibraryControl
Starts measuring.
startTraining() - Method in class org.xaffect.control.lib.XAffectLibraryControl
Starts training.
State - Enum in org.xaffect.core.common
Representing the state a specific SystemComponent or the overall system is in.
stillRequiresTraining() - Method in class org.xaffect.core.LifeCycleManager
 
stop() - Method in class org.xaffect.components.processor.slidingmean.ProcessorSlidingMean
 
stop() - Method in class org.xaffect.components.sink.dataviewer.SinkDataViewer
 
stop() - Method in class org.xaffect.components.sink.unisenslogger.SinkUnisensLogger
 
stop() - Method in class org.xaffect.components.sink.unisenslogger.UnisensFileAdapter
Close all open file connections and release token.
stop() - Method in class org.xaffect.components.sink.unisensstreamer.SinkUnisensStreamer
 
stop() - Method in class org.xaffect.components.source.signalgenerators.SourceEcgGenerator
 
stop() - Method in class org.xaffect.components.source.statuslistener.SourceStatusListener
 
stop() - Method in class org.xaffect.components.source.timer.SourceTimer
 
stop() - Method in class org.xaffect.components.source.unisensreader.SourceUnisensReader
 
stop() - Method in class org.xaffect.control.gui.MeasurementTimer
Stops the MeasurementTimer.
stop() - Method in class org.xaffect.control.lib.XAffectLibraryControl
Stops the study.
stop() - Method in class org.xaffect.core.components.SystemComponent
Performs custom stopping-tasks (e.g. releasing connections etc).
stop() - Method in class org.xaffect.core.LifeCycleManager
Stops all components.
stopComponent() - Method in class org.xaffect.core.components.AbstractProcessor
 
stopComponent() - Method in class org.xaffect.core.components.AbstractSink
 
stopComponent() - Method in class org.xaffect.core.components.SystemComponent
Stops the component.
stopReceiving() - Method in class org.xaffect.core.components.AbstractProcessor
Stops receiving data.
stopReceiving() - Method in class org.xaffect.core.components.AbstractSink
Stops receiving data.
StreamingClient - Class in org.xaffect.components.sink.unisensstreamer
Represents a client registered to the StreamingServer.
StreamingClient(Socket, NetworkProtocol) - Constructor for class org.xaffect.components.sink.unisensstreamer.StreamingClient
Creates a new StreamingClient.
StreamingServer - Class in org.xaffect.components.sink.unisensstreamer
Represents a server, able to transmit DataEntrys to registered StreamingClients, as well as connecting and disconnecting new clients.
StreamingServer(int, NetworkProtocol) - Constructor for class org.xaffect.components.sink.unisensstreamer.StreamingServer
Creates a new StreamingServer.
SWTResourceManager - Class in org.eclipse.wb.swt
Utility class for managing OS resources associated with SWT controls such as colors, fonts, images, etc.
SWTResourceManager() - Constructor for class org.eclipse.wb.swt.SWTResourceManager
 
SystemComponent - Class in org.xaffect.core.components
Abstract Class representing any component to be part of the xAffect system.
SystemComponent(LifeCycleManager, HashMap<String, String>) - Constructor for class org.xaffect.core.components.SystemComponent
Creates a new SystemComponent.
A B C D E F G H I L M N O P Q R S T U V W X