Uses of Class
org.drools.examples.buspass.Person
Packages that use Person
-
Uses of Person in org.drools.examples.buspass
Methods in org.drools.examples.buspass that return PersonModifier and TypeMethodDescriptionBadBehaviour.getPerson()BusPass.getPerson()IsAdult.getPerson()IsChild.getPerson()Methods in org.drools.examples.buspass with parameters of type PersonModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in org.drools.examples.buspass with parameters of type PersonModifierConstructorDescriptionAdultBusPass(Person person) BadBehaviour(Person person) ChildBusPass(Person person)