Class SearchCommand
- java.lang.Object
-
- org.drools.games.adventures.model.Command
-
- org.drools.games.adventures.model.SearchCommand
-
public class SearchCommand extends Command
-
-
Constructor Summary
Constructors Constructor Description SearchCommand()SearchCommand(Thing thing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ThinggetThing()inthashCode()voidsetThing(Thing thing)StringtoString()-
Methods inherited from class org.drools.games.adventures.model.Command
getSession, setSession
-
-