Package org.drools.examples.buspass
Class ChildBusPass
- java.lang.Object
-
- org.drools.examples.buspass.BusPass
-
- org.drools.examples.buspass.ChildBusPass
-
public class ChildBusPass extends BusPass
-
-
Constructor Summary
Constructors Constructor Description ChildBusPass(Person person)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ChildBusPass
public ChildBusPass(Person person)
-
-