Uses of Class
beamline.sources.BeamlineAbstractSource
-
Packages that use BeamlineAbstractSource Package Description beamline.sources This package contains all classes necessary to constructRichSourceFunction
s that can be used in the rest of the project. -
-
Uses of BeamlineAbstractSource in beamline.sources
Subclasses of BeamlineAbstractSource in beamline.sources Modifier and Type Class Description class
CSVLogSource
This implementation of aBeamlineAbstractSource
producesBEvent
according to the rows contained in a CSV file.class
MQTTXesSource
This implementation of aBeamlineAbstractSource
produces events as they are observed in an MQTT-XES broker.class
StringTestSource
Source useful for designing new algorithm.class
XesLogSource
This implementation of aBeamlineAbstractSource
produces events according to the events contained in anXLog
.
-