edu.berkeley.guir.papier_mache.test
Class MarbleAnswering

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.assoc.DefaultAssociationFactory
      extended by edu.berkeley.guir.papier_mache.test.MarbleAnswering
All Implemented Interfaces:
AssociationFactory, edu.berkeley.guir.lib.util.ToShortStringable

public class MarbleAnswering
extends DefaultAssociationFactory

Author:
Scott Klemmer ( srk(AT)cs.berkeley.edu )

Constructor Summary
MarbleAnswering()
           
 
Method Summary
 AssociationElt createAssociationEltForPhob(Phob phob)
          Create an AssociationElt based on the given phob
static void main(java.lang.String[] args)
           
 
Methods inherited from class edu.berkeley.guir.papier_mache.assoc.DefaultAssociationFactory
setParameter, toShortString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarbleAnswering

public MarbleAnswering()
Method Detail

main

public static void main(java.lang.String[] args)

createAssociationEltForPhob

public AssociationElt createAssociationEltForPhob(Phob phob)
Description copied from interface: AssociationFactory
Create an AssociationElt based on the given phob

Specified by:
createAssociationEltForPhob in interface AssociationFactory
Specified by:
createAssociationEltForPhob in class DefaultAssociationFactory
Parameters:
phob - used to decide what type of AssociationElt to create
Returns:
the created AssociatoinElt