|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joone.inspection.implementations.BiasInspection
public class BiasInspection
| Constructor Summary | |
|---|---|
BiasInspection(Matrix biasArg)
|
|
| Method Summary | |
|---|---|
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BiasInspection(Matrix biasArg)
| Method Detail |
|---|
public java.lang.Object[][] getComponent()
Inspection
getComponent in interface Inspectionorg.joone.Inspectablepublic java.lang.Object[] getNames()
Inspection
getNames in interface Inspectionpublic java.lang.String getTitle()
Inspection
getTitle in interface Inspectionorg.joone.InspectionFramepublic boolean rowNumbers()
Inspection
rowNumbers in interface Inspectionpublic void setComponent(java.lang.Object[][] newValues)
Inspection
setComponent in interface InspectionnewValues - Array of new values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||