Class Data_product_write

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

public class Data_product_write extends Data_product
Data_product_write is created by Coderun: Coderun.get_dp_for_write(String, String)

Upon Coderun.close() it will register itself and its components in the registry, and then register its components in the coderun.

  • Method Details

    • getComponent

      public Object_component_write getComponent(String component_name)
      Obtain an Object_component for writing.
      Parameters:
      component_name - the name of the object component.
      Returns:
      the Object_component_write object.
    • getComponent

      public Object_component_write getComponent()
      Obtain an Object_component (whole_object) for writing.
      Returns:
      the Object_component class