Drools examples 6.1.0-SNAPSHOT

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 UseCommand.getTarget()
           
 Thing Location.getTarget()
           
 Thing GiveEvent.getThing()
           
 Thing GiveCommand.getThing()
           
 Thing UseCommand.getThing()
           
 Thing DropCommand.getThing()
           
 Thing PickupEvent.getThing()
           
 Thing Location.getThing()
           
 Thing DropEvent.getThing()
           
 Thing PickupCommand.getThing()
           
 Thing Holding.getThing()
           
 

Methods in org.drools.games.adventures.model with parameters of type Thing
 void UseCommand.setTarget(Thing target)
           
 void Location.setTarget(Thing target)
           
 void GiveEvent.setThing(Thing thing)
           
 void GiveCommand.setThing(Thing thing)
           
 void UseCommand.setThing(Thing thing)
           
 void DropCommand.setThing(Thing thing)
           
 void PickupEvent.setThing(Thing thing)
           
 void Location.setThing(Thing thing)
           
 void DropEvent.setThing(Thing thing)
           
 void PickupCommand.setThing(Thing thing)
           
 void Holding.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.1.0-SNAPSHOT

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