Drools examples 6.1.0-SNAPSHOT

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

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

Uses of Character in org.drools.games.adventures
 

Methods in org.drools.games.adventures that return Character
 Character UserSession.getCharacter()
           
 

Methods in org.drools.games.adventures with parameters of type Character
 void UserSession.setCharacter(Character character)
           
 

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

Methods in org.drools.games.adventures.model that return Character
 Character ExitEvent.getCharacter()
           
 Character UseCommand.getCharacter()
           
 Character DropCommand.getCharacter()
           
 Character MoveCommand.getCharacter()
           
 Character PickupEvent.getCharacter()
           
 Character LookCommand.getCharacter()
           
 Character EnterEvent.getCharacter()
           
 Character DropEvent.getCharacter()
           
 Character PickupCommand.getCharacter()
           
 Character Holding.getCharacter()
           
 Character GiveEvent.getGiver()
           
 Character GiveCommand.getGiver()
           
 Character GiveEvent.getReceiver()
           
 Character GiveCommand.getReceiver()
           
 

Methods in org.drools.games.adventures.model with parameters of type Character
 void ExitEvent.setCharacter(Character character)
           
 void UseCommand.setCharacter(Character character)
           
 void DropCommand.setCharacter(Character character)
           
 void MoveCommand.setCharacter(Character character)
           
 void PickupEvent.setCharacter(Character character)
           
 void LookCommand.setCharacter(Character character)
           
 void EnterEvent.setCharacter(Character character)
           
 void DropEvent.setCharacter(Character character)
           
 void PickupCommand.setCharacter(Character character)
           
 void Holding.setCharacter(Character character)
           
 void GiveEvent.setGiver(Character giver)
           
 void GiveCommand.setGiver(Character giver)
           
 void GiveEvent.setReceiver(Character receiver)
           
 void GiveCommand.setReceiver(Character receiver)
           
 

Constructors in org.drools.games.adventures.model with parameters of type Character
DropCommand(Character character, Thing thing)
           
DropEvent(Character character, Thing thing)
           
EnterEvent(Character character, Room room)
           
ExitEvent(Character character, Room room)
           
GiveCommand(Character giver, Thing thing, Character receiver)
           
GiveEvent(Character giver, Thing thing, Character receiver)
           
Holding(Character character, Thing thing)
           
LookCommand(Character character)
           
MoveCommand(Character character, Room room)
           
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.