|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.common.model.FreeColObject
net.sf.freecol.server.ai.AIObject
net.sf.freecol.server.ai.goal.Goal
net.sf.freecol.server.ai.goal.GotoAdjacentGoal
public class GotoAdjacentGoal
Field Summary |
---|
Fields inherited from class net.sf.freecol.common.model.FreeColObject |
---|
ID_ATTRIBUTE_TAG |
Fields inherited from interface net.sf.freecol.server.ai.goal.GoalConstants |
---|
MAX_SEARCH_RADIUS |
Constructor Summary | |
---|---|
GotoAdjacentGoal(AIPlayer p,
Goal g,
float w,
AIUnit u,
Tile t)
|
Method Summary | |
---|---|
java.lang.String |
getGoalDescription()
Returns a string describing just this goal. |
Methods inherited from class net.sf.freecol.server.ai.goal.Goal |
---|
addUnit, cancelGoal, canYieldUnit, doPlanning, getAbsoluteWeight, getDebugDescription, getParentWeight, getWeight, getXMLElementTagName, getYieldedUnitWeight, isFinished, needsPlanning, normalizeSubGoalWeights, setNeedsPlanningRecursive, setWeight, yieldUnit |
Methods inherited from class net.sf.freecol.server.ai.AIObject |
---|
dispose, getAIMain, getGame, isUninitialized, readFromXML |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GotoAdjacentGoal(AIPlayer p, Goal g, float w, AIUnit u, Tile t)
Method Detail |
---|
public java.lang.String getGoalDescription()
Goal
getDebugDescription
.
getGoalDescription
in class Goal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |