aima.learning.knowledge
Class FOLExample

java.lang.Object
  extended by aima.learning.knowledge.FOLExample

public class FOLExample
extends java.lang.Object


Constructor Summary
FOLExample(FOLDataSetDomain folDSDomain, Example example, int egNo)
           
 
Method Summary
 Sentence getClassification()
           
 Sentence getDescription()
           
 int getExampleNumber()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FOLExample

public FOLExample(FOLDataSetDomain folDSDomain,
                  Example example,
                  int egNo)
Method Detail

getExampleNumber

public int getExampleNumber()

getClassification

public Sentence getClassification()

getDescription

public Sentence getDescription()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object