Documentation of 'org.joone.inspection.implementations.WeightsInspection' Java class
WeightsInspection
org.joone.inspection.implementations

Class WeightsInspection

  • All Implemented Interfaces:
    Inspection


    public class WeightsInspection
    extends java.lang.Object
    implements Inspection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object[][] getComponent()
      Method to get the inspectable values of the Inspectable class.
      java.lang.Object[] getNames()
      Method to get the names of each column
      java.lang.String getTitle()
      Method to get the title of the object for display in the InspectionFrame title bar.
      boolean rowNumbers()
      Method to get the necessity to display a column containing the row's numbers for these inspection values.
      void setComponent(java.lang.Object[][] newValues)
      Sets the array of values for this component
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WeightsInspection

        public WeightsInspection(Matrix weightsArg)
    • Method Detail

      • getComponent

        public java.lang.Object[][] getComponent()
        Description copied from interface: Inspection
        Method to get the inspectable values of the Inspectable class.
        Specified by:
        getComponent in interface Inspection
        Returns:
        representation of the Inspectable class data.
        See Also:
        org.joone.Inspectable
      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: Inspection
        Method to get the title of the object for display in the InspectionFrame title bar.
        Specified by:
        getTitle in interface Inspection
        Returns:
        title of the object.
        See Also:
        org.joone.InspectionFrame
      • getNames

        public java.lang.Object[] getNames()
        Description copied from interface: Inspection
        Method to get the names of each column
        Specified by:
        getNames in interface Inspection
        Returns:
        the columns' names
      • rowNumbers

        public boolean rowNumbers()
        Description copied from interface: Inspection
        Method to get the necessity to display a column containing the row's numbers for these inspection values.
        Specified by:
        rowNumbers in interface Inspection
        Returns:
        true if the rows numbers must be displayed
      • setComponent

        public void setComponent(java.lang.Object[][] newValues)
        Description copied from interface: Inspection
        Sets the array of values for this component
        Specified by:
        setComponent in interface Inspection
        Parameters:
        newValues - Array of new values

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.