Package org.vast.process


package org.vast.process
  • Class
    Description
    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
    Represents a list of external connections associated with a given process input/output or parameter.
    A data queue is used to send data between processes.
    Implementation of an executable process chain.
    This class can be associated with an AggregateProcess to provide execution capability, but this will only work if all components of the aggregate also have an executable implementation associated to them.
    Abstract base for all executable process implementations.
     
     
     
    Exception thrown during preparation or execution of IProcessExec implementations
    Basic process info used for discovering available process implementations on the classpath