com.hammurapi.reasoning.tutorial.objectmodel
Class Sibling

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.Sibling
All Implemented Interfaces:
Comparable<Relative>
Direct Known Subclasses:
Brother, Sister

public class Sibling
extends CloseRelative


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

Sibling

public Sibling(Person subject,
               Person object)