org.joone.inspection
Interface Inspection
-
- All Known Implementing Classes:
- BiasInspection, InputsInspection, WeightsInspection
public interface Inspection
-
-
Method Summary
All Methods Instance Methods Abstract 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
-
-
-
Method Detail
-
getComponent
java.lang.Object[][] getComponent()
Method to get the inspectable values of the Inspectable class.- Returns:
- representation of the Inspectable class data.
- See Also:
org.joone.Inspectable
-
getTitle
java.lang.String getTitle()
Method to get the title of the object for display in the InspectionFrame title bar.- Returns:
- title of the object.
- See Also:
org.joone.InspectionFrame
-
rowNumbers
boolean rowNumbers()
Method to get the necessity to display a column containing the row's numbers for these inspection values.- Returns:
- true if the rows numbers must be displayed
-
getNames
java.lang.Object[] getNames()
Method to get the names of each column- Returns:
- the columns' names
-
setComponent
void setComponent(java.lang.Object[][] newValues)
Sets the array of values for this component- Parameters:
newValues- Array of new values
-
-
DataMelt 3.0 © DataMelt by jWork.ORG