jcolibri.test.test9
Class IrisSolution
java.lang.Object
jcolibri.test.test9.IrisSolution
- All Implemented Interfaces:
- CaseComponent, ClassificationSolution
public class IrisSolution
- extends java.lang.Object
- implements ClassificationSolution
Bean storing the solution for the Iris data base.
- Version:
- 1.0
- Author:
- Juan A. Recio-Garcia
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IrisSolution
public IrisSolution()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getIdAttribute
public Attribute getIdAttribute()
- Description copied from interface:
CaseComponent
- Returns the attribute that identifies the component.
An id-attribute must be unique for each component.
- Specified by:
getIdAttribute
in interface CaseComponent
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setType
public void setType(java.lang.String type)
- Parameters:
type
- The type to set.
getClassification
public java.lang.Object getClassification()
- Description copied from interface:
ClassificationSolution
- Returns the class of the solution (case).
- Specified by:
getClassification
in interface ClassificationSolution