Class Pipeline

java.lang.Object
nz.org.riskscape.engine.pipeline.Pipeline

public class Pipeline extends Object

A user-configurable data processing pipeline for performing hazard analysis. A pipeline gives the basic shape of some possible data transformation and computation, with parameters for adjusting the specifics of the modeling, such as setting the source data, filtering and output options.

  • Constructor Details

    • Pipeline

      public Pipeline()
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object