Drools examples 6.2.0.Final

Uses of Class
org.drools.games.adventures.model.Thing

Packages that use Thing
org.drools.games.adventures.model   
 

Uses of Thing in org.drools.games.adventures.model
 

Subclasses of Thing in org.drools.games.adventures.model
 class Character
           
 class Door
           
 class Item
           
 class Key
           
 class Room
           
 

Methods in org.drools.games.adventures.model that return Thing
 Thing Location.getTarget()
           
 Thing UseCommand.getTarget()
           
 Thing GiveEvent.getThing()
           
 Thing DropEvent.getThing()
           
 Thing DropCommand.getThing()
           
 Thing Holding.getThing()
           
 Thing Location.getThing()
           
 Thing GiveCommand.getThing()
           
 Thing PickupEvent.getThing()
           
 Thing UseCommand.getThing()
           
 Thing PickupCommand.getThing()
           
 

Methods in org.drools.games.adventures.model with parameters of type Thing
 void Location.setTarget(Thing target)
           
 void UseCommand.setTarget(Thing target)
           
 void GiveEvent.setThing(Thing thing)
           
 void DropEvent.setThing(Thing thing)
           
 void DropCommand.setThing(Thing thing)
           
 void Holding.setThing(Thing thing)
           
 void Location.setThing(Thing thing)
           
 void GiveCommand.setThing(Thing thing)
           
 void PickupEvent.setThing(Thing thing)
           
 void UseCommand.setThing(Thing thing)
           
 void PickupCommand.setThing(Thing thing)
           
 

Constructors in org.drools.games.adventures.model with parameters of type Thing
DropCommand(Character character, Thing thing)
           
DropEvent(Character character, Thing thing)
           
GiveCommand(Character giver, Thing thing, Character receiver)
           
GiveEvent(Character giver, Thing thing, Character receiver)
           
Holding(Character character, Thing thing)
           
Location(Thing thing, Thing target)
           
PickupCommand(Character character, Thing thing)
           
PickupEvent(Character character, Thing thing)
           
UseCommand(Character character, Thing thing, Thing target)
           
 


Drools examples 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.