org.joone.inspection.implementations
Class BiasInspection
- java.lang.Object
-
- org.joone.inspection.implementations.BiasInspection
-
- All Implemented Interfaces:
- Inspection
public class BiasInspection extends java.lang.Object implements Inspection
-
-
Constructor Summary
Constructors Constructor and Description BiasInspection(Matrix biasArg)
-
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 columnjava.lang.StringgetTitle()Method to get the title of the object for display in the InspectionFrame title bar.booleanrowNumbers()Method to get the necessity to display a column containing the row's numbers for these inspection values.voidsetComponent(java.lang.Object[][] newValues)Sets the array of values for this component
-
-
-
Constructor Detail
-
BiasInspection
public BiasInspection(Matrix biasArg)
-
-
Method Detail
-
getComponent
public java.lang.Object[][] getComponent()
Description copied from interface:InspectionMethod to get the inspectable values of the Inspectable class.- Specified by:
getComponentin interfaceInspection- Returns:
- representation of the Inspectable class data.
- See Also:
org.joone.Inspectable
-
getNames
public java.lang.Object[] getNames()
Description copied from interface:InspectionMethod to get the names of each column- Specified by:
getNamesin interfaceInspection- Returns:
- the columns' names
-
getTitle
public java.lang.String getTitle()
Description copied from interface:InspectionMethod to get the title of the object for display in the InspectionFrame title bar.- Specified by:
getTitlein interfaceInspection- Returns:
- title of the object.
- See Also:
org.joone.InspectionFrame
-
rowNumbers
public boolean rowNumbers()
Description copied from interface:InspectionMethod to get the necessity to display a column containing the row's numbers for these inspection values.- Specified by:
rowNumbersin interfaceInspection- Returns:
- true if the rows numbers must be displayed
-
setComponent
public void setComponent(java.lang.Object[][] newValues)
Description copied from interface:InspectionSets the array of values for this component- Specified by:
setComponentin interfaceInspection- Parameters:
newValues- Array of new values
-
-
DataMelt 3.0 © DataMelt by jWork.ORG