vs.plotagent
Class IPlotGoalManager.PlotGoal

java.lang.Object
  extended by vs.plotagent.IPlotGoalManager.PlotGoal
Direct Known Subclasses:
BasicPlotGoalManager.BasicPlotGoal
Enclosing interface:
IPlotGoalManager

public static class IPlotGoalManager.PlotGoal
extends java.lang.Object


Constructor Summary
IPlotGoalManager.PlotGoal(IPlotGoalManager.PlotGoal goal)
           
IPlotGoalManager.PlotGoal(java.lang.String conditions, IPlotGoalManager.IPlotGoalResult result)
           
 
Method Summary
 void failure()
           
 java.lang.String getConditions()
           
 void success()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPlotGoalManager.PlotGoal

public IPlotGoalManager.PlotGoal(IPlotGoalManager.PlotGoal goal)

IPlotGoalManager.PlotGoal

public IPlotGoalManager.PlotGoal(java.lang.String conditions,
                                 IPlotGoalManager.IPlotGoalResult result)
Method Detail

failure

public void failure()

getConditions

public java.lang.String getConditions()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

success

public void success()