| java.lang.Object org.cougaar.glm.execution.eg.DODICSpecialPlugin
DODICSpecialPlugin | public class DODICSpecialPlugin implements FailureConsumptionPlugin,TimeConstants(Code) | | Example F/C plugin illustrating how one might write a plugin that
applies to a certain class of supply and how to use the GUI
configuration features. Consult the default plugin for more mundane
matters.
Specifically, this plugin applies a fixed multiplier to the
consumption rates of ammunition. The multiplier can be configured
from the gui screen.
|
getPluginName | public String getPluginName()(Code) | | the name of this plugin |
isConfigurable | public boolean isConfigurable()(Code) | | |
setParameter | public void setParameter(String parameter)(Code) | | |
|
|