Class Data_product_read

java.lang.Object
org.fairdatapipeline.api.Data_product
org.fairdatapipeline.api.Data_product_read
All Implemented Interfaces:
AutoCloseable

public class Data_product_read extends Data_product
Data_product_read is created by Coderun: Coderun.get_dp_for_read(String)

Upon Coderun.close() it will register its components in the coderun.

  • Method Details

    • getFilePath

      protected Path getFilePath()
    • getComponent

      public Object_component_read getComponent(String component_name)
      Obtain an Object_component for reading.
      Parameters:
      component_name - the name of the object component to read.
      Returns:
      the Object_component class
    • getComponent

      public Object_component_read getComponent()
      Obtain an Object_component (whole_object) for reading.
      Returns:
      the Object_component class