|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvs.characteragent.JustifiableGoalSchema
public class JustifiableGoalSchema
Wrapper for GoalSchema when it is adopted by the Character agent: it gets a planner
Constructor Summary | |
---|---|
JustifiableGoalSchema(GoalSchema gs,
java.lang.String characterURI,
java.lang.String plan)
Creates a new AdoptedGoalSchema |
Method Summary | |
---|---|
GoalSchema |
getGoalSchema()
Returns the goal schema |
PoPlanner |
getJustifyingPlanner()
|
boolean |
getSuggested()
Retrieve whether this goal was suggested by plot agent |
void |
setSuggested(boolean suggested)
Set whether this goal was suggested by plot agent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JustifiableGoalSchema(GoalSchema gs, java.lang.String characterURI, java.lang.String plan)
gs
- the goal schemaMethod Detail |
---|
public GoalSchema getGoalSchema()
public PoPlanner getJustifyingPlanner()
public void setSuggested(boolean suggested)
suggested
- whether this was the casepublic boolean getSuggested()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |