Package nz.org.riskscape.engine.output


package nz.org.riskscape.engine.output
  • Class
    Description
    A Format represents a file format (or other) used for data coming in and out of RiskScape.
    Format characteristics are here to guide the various bits of code that use them to be able to use them generically without prior knowledge of them specifically.
    Bits and pieces that are all relevant to the execution of a specific pipeline (aka A job) as it is being executed (or prepared for execution) as per the users wishes.
    A container for storing outputs from a pipeline run.
    Contains user specified options to use when saving results from a pipeline execution.
    Defines an output store that is able to store the results of pipeline execution, aka a pipeline job.
     
    Interface for writing out riskscape values
    Defines options that are useful when constructing a Sink
    Functional interface for something that is able to create a RiskscapeWriter.