jcolibri.test.test9
Class IrisSolution

java.lang.Object
  extended by 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

Constructor Summary
IrisSolution()
           
 
Method Summary
 java.lang.Object getClassification()
          Returns the class of the solution (case).
 Attribute getIdAttribute()
          Returns the attribute that identifies the component.
 java.lang.String getType()
           
 void setType(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IrisSolution

public IrisSolution()
Method Detail

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

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es