Class Data_product

java.lang.Object
org.fairdatapipeline.api.Data_product
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
Data_product_read, Data_product_write

public abstract class Data_product extends Object implements AutoCloseable
Data product is created: Coderun.get_dp_for_write(String, String) or Coderun.get_dp_for_read(String)

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

  • Method Details