Class DataConnection

java.lang.Object
org.vast.process.DataConnection
All Implemented Interfaces:
IDataConnection
Direct Known Subclasses:
DataQueue

public class DataConnection extends Object implements IDataConnection

Implementation of data connection for the processing engine.
This class is capable of automatically converting units if source and target are not in the same unit (units have to be physically compatible)
This class is used when running all processes of a processing chain synchronously in a single thread