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