Package org.fairdatapipeline.api
Class Object_component
java.lang.Object
org.fairdatapipeline.api.Object_component
- Direct Known Subclasses:
Object_component_read,Object_component_write
This represents an object_component to read from or write to (or raise issues with) An
object_component without a name is the 'whole_object' component.
-
Method Summary
Modifier and TypeMethodDescriptionvoidraise_issue(String description, Integer severity) raise an issue with this component
-
Method Details
-
raise_issue
raise an issue with this component- Parameters:
description- the text description of this issueseverity- Integer - higher means more severe
-