Package org.fairdatapipeline.api
Class Data_product_write
java.lang.Object
org.fairdatapipeline.api.Data_product
org.fairdatapipeline.api.Data_product_write
- All Implemented Interfaces:
AutoCloseable
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 Summary
Modifier and TypeMethodDescriptionObtain an Object_component (whole_object) for writing.getComponent(String component_name) Obtain an Object_component for writing.Methods inherited from class org.fairdatapipeline.api.Data_product
close
-
Method Details
-
getComponent
Obtain an Object_component for writing.- Parameters:
component_name- the name of the object component.- Returns:
- the Object_component_write object.
-
getComponent
Obtain an Object_component (whole_object) for writing.- Returns:
- the Object_component class
-