aima.learning.framework
Class StringAttribute

java.lang.Object
  extended by aima.learning.framework.StringAttribute
All Implemented Interfaces:
Attribute

public class StringAttribute
extends java.lang.Object
implements Attribute


Constructor Summary
StringAttribute(java.lang.String value, StringAttributeSpecification spec)
           
 
Method Summary
 java.lang.String name()
           
 java.lang.String valueAsString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringAttribute

public StringAttribute(java.lang.String value,
                       StringAttributeSpecification spec)
Method Detail

valueAsString

public java.lang.String valueAsString()
Specified by:
valueAsString in interface Attribute

name

public java.lang.String name()
Specified by:
name in interface Attribute