Class Object_component

  • Direct Known Subclasses:
    Object_component_read, Object_component_write

    public abstract class Object_component
    extends java.lang.Object
    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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void raise_issue​(java.lang.String description, java.lang.Integer severity)
      raise an issue with this component
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • raise_issue

        public void raise_issue​(java.lang.String description,
                                java.lang.Integer severity)
        raise an issue with this component
        Parameters:
        description - the text description of this issue
        severity - Integer - higher means more severe