com.hammurapi.eventbus.tests.familyties.rules
Class ParentRules

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules
      extended by com.hammurapi.eventbus.tests.familyties.rules.ParentRules

public class ParentRules
extends FamilyTiesRules


Constructor Summary
ParentRules()
           
 
Method Summary
 Parent infer(Parent parent)
          Male parent is father, female parent is mother.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentRules

public ParentRules()
Method Detail

infer

public Parent infer(Parent parent)
Male parent is father, female parent is mother.

Parameters:
parent -
Returns:
Brother or Sister.