Uses of Class
vs.plotagent.Goal

Packages that use Goal
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
 

Uses of Goal in vs.plotagent
 

Methods in vs.plotagent that return types with arguments of type Goal
 java.util.Vector<Goal> PlotThread.getGoals()
           
 java.util.Vector<Goal> PlotThread.getGoals(java.lang.String character)
           
 java.util.Vector<Goal> PlotThread.getResolveGoals(java.lang.String character)
           
 java.util.Vector<Goal> IThreadManager.getThreadGoals(java.lang.String characterURI)
          Retrieves the episodic goals, defined for certain character, if any.
 java.util.Vector<Goal> BasicThreadManager.getThreadGoals(java.lang.String characterURI)
           
 

Methods in vs.plotagent with parameters of type Goal
 void IThreadManager.assignResolutionGoal(Goal goal, PlotThread thread)
          Assigns a resolution goal to a character.
 void BasicThreadManager.assignResolutionGoal(Goal goal, PlotThread thread)
          Assigns a resolution goal to a character.
 void PlotThread.finishGoal(Goal goal)