Modifier and Type | Class and Description |
---|---|
class |
ProcessorSlidingMean
This component calculates the sliding mean of a multi channel signal.
|
Modifier and Type | Class and Description |
---|---|
class |
SinkDataViewer
Component that is able to display the values of the three
DataEntry
-types
DataEvent
DataSignal
DataValue
in a chart-diagram. |
Modifier and Type | Class and Description |
---|---|
class |
SinkUnisensLogger |
Modifier and Type | Class and Description |
---|---|
class |
SinkUnisensStreamer
AbstractSink that is able to stream any kind of DataEntry s
via UDP. |
Modifier and Type | Class and Description |
---|---|
class |
SourceEcgGenerator
This class is used to generate 250Hz ECG data to simplify testing.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceStatusListener
Listens to
LifeCycleManager 's status-updates and sends DataEvent
s for
TRAINING
MEASURING
STOPPED
|
Modifier and Type | Class and Description |
---|---|
class |
SourceTimer
The Timer can be used as a trigger for timed events of a fix period.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceUnisensReader
Reads data from a unisens.xml-file and streams it back to xAffect.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LifeCycleManager.addComponent(SystemComponent component)
Registers a
SystemComponent to the component-pool. |
void |
LifeCycleManager.trainingRequirementChanged(SystemComponent component)
Indicates that a given
SystemComponent changed it's requirements
concerning training-time. |
Modifier and Type | Method and Description |
---|---|
SystemComponent |
Error.getSystemComponent()
Returns the
SystemComponent the error occurred in. |
Constructor and Description |
---|
Error(SystemComponent component,
Error.ErrorLevel level)
Creates a new
Error containing information about the
SystemComponent the error occurred in, as well as the severity of
the error in form of an Error.ErrorLevel . |
Error(SystemComponent component,
Error.ErrorLevel level,
java.lang.String message)
Creates a new
Error containing information about the
SystemComponent the error occurred in, the severity of the error
in form of an Error.ErrorLevel , as well as a message describing the
error. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProcessor
Represents a data-processor.
|
class |
AbstractSink
Represents a data-sink.
|
class |
AbstractSource
Represents a data-source.
|
Modifier and Type | Method and Description |
---|---|
Connector[] |
ConnectorManager.getConnectors(SystemComponent component)
Returns all
Connector s that are associated to given
SystemComponent . |