Package org.debellor.core

Class Summary
Cell Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Cell.Stream Represents a stream of samples flowing between two cells.
DataObject A data object, i.e., a piece of data that can be processed by cells.
DataType Subclasses of DataType describe common properties of all DataObjects generated by a given data Cell.Stream.
Parameters Stores parameters that can be passed to a Cell object.
Parameters.Entry  
Sample Sample of data, also known as an instance/object/vector, the basic unit of data transfer between cells (see Cell.Stream.next()).
Sample.SampleType Describes common properties of all Sample objects in a given data Cell.Stream.
Version  
 

Enum Summary
Cell.CellMethod IDs of Cell's methods, used for error reporting.
Cell.State Constants for defining state of the cell.