com.hammurapi.reasoning.tutorial.objectmodel
Class Daughter

java.lang.Object
  extended by com.hammurapi.reasoning.tutorial.objectmodel.Relative
      extended by com.hammurapi.reasoning.tutorial.objectmodel.CloseRelative
          extended by com.hammurapi.reasoning.tutorial.objectmodel.Child
              extended by com.hammurapi.reasoning.tutorial.objectmodel.Daughter
All Implemented Interfaces:
Comparable<Relative>

public class Daughter
extends Child


Constructor Summary
Daughter(Person subject, Person object)
           
 
Method Summary
 
Methods inherited from class com.hammurapi.reasoning.tutorial.objectmodel.Relative
compareTo, equals, getObject, getSubject, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Daughter

public Daughter(Person subject,
                Person object)