jcolibri.test.test14
Class IrisSolution

java.lang.Object
  extended by jcolibri.test.test14.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 id attribute of this object.
 java.lang.String getType()
           
 void setType(java.lang.String type)
           
 java.lang.String toString()
          Returns a String representation of this object.
 
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()
Returns a String representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.

getIdAttribute

public Attribute getIdAttribute()
Returns the id attribute of this object.

Specified by:
getIdAttribute in interface CaseComponent
Returns:
the id attribute of this object.

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