jcolibri.test.test14
Class GlassSolution

java.lang.Object
  extended by jcolibri.test.test14.GlassSolution
All Implemented Interfaces:
CaseComponent, ClassificationSolution

public class GlassSolution
extends java.lang.Object
implements ClassificationSolution

Bean storing the solution for the Glass data base.

Version:
1.0
Author:
Lisa Cummins

Constructor Summary
GlassSolution()
           
 
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()
          Returns the type of this object.
 void setType(java.lang.String type)
          Sets the type of this object to be the given 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

GlassSolution

public GlassSolution()
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 the type of this object.

Returns:
the type of this object.

setType

public void setType(java.lang.String type)
Sets the type of this object to be the given 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