|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulations.core.strategy.StrategyLoader
public class StrategyLoader
This class is used to lookup available strategies of the game
Constructor Summary | |
---|---|
StrategyLoader()
Creates a new instance of StrategyLoader |
Method Summary | |
---|---|
java.util.ArrayList |
getAllAskingStrategy()
Return the list of the asking strategies |
java.util.ArrayList |
getAllAttackStrategy()
Return the list of the attack strategies |
java.util.ArrayList |
getAllCompleteStrategy()
Return the list of the complete strategies |
java.util.ArrayList |
getAllDecisionStrategy()
Return the list of the decision strategies |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrategyLoader()
Method Detail |
---|
public java.util.ArrayList getAllCompleteStrategy()
public java.util.ArrayList getAllAttackStrategy()
public java.util.ArrayList getAllAskingStrategy()
public java.util.ArrayList getAllDecisionStrategy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |