Drools examples 6.1.0-SNAPSHOT

org.drools.games.adventures.model
Class Command

java.lang.Object
  extended by org.drools.games.adventures.model.Command
Direct Known Subclasses:
DropCommand, GiveCommand, LookCommand, MoveCommand, PickupCommand, UseCommand

public abstract class Command
extends Object


Constructor Summary
Command()
           
 
Method Summary
 UserSession getSession()
           
 void setSession(UserSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

getSession

public UserSession getSession()

setSession

public void setSession(UserSession session)

Drools examples 6.1.0-SNAPSHOT

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