com.hammurapi.reasoning.tutorial.objectmodel
Class Spouse

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.Spouse
All Implemented Interfaces:
Comparable<Relative>
Direct Known Subclasses:
Husband, Wife

public class Spouse
extends CloseRelative


Constructor Summary
Spouse(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

Spouse

public Spouse(Person subject,
              Person object)