| |
|
| java.lang.Object org.cougaar.glm.execution.eg.TripletFCPlugin org.cougaar.glm.execution.eg.TwentyFourBySevenPlugin
TwentyFourBySevenPlugin | public class TwentyFourBySevenPlugin extends TripletFCPlugin implements TimeConstants(Code) | | This plugin controls the failure/consumption rate of a set of
consumables by reading a sensor value from a URL. A multiplier is
computed from the reading and used to increase or decrease the mean
consumption rate. The URL is obtained by replacing a % in the url
pattern with the name of the sensor as entered from the GUI.
|
Inner Class :protected class TripletValueImpl implements TripletValue | |
TwentyFourBySevenPlugin | public TwentyFourBySevenPlugin()(Code) | | |
checkExecutionTime | protected void checkExecutionTime(long executionTime)(Code) | | |
createTripletValue | protected TripletValue createTripletValue(String[] args)(Code) | | |
getPluginName | public String getPluginName()(Code) | | the name of this plugin |
getTripletDefaultValues | protected Object[] getTripletDefaultValues()(Code) | | |
getTripletValueClasses | protected Class[] getTripletValueClasses()(Code) | | |
getTripletValueNames | protected String[] getTripletValueNames()(Code) | | |
setParameter | public void setParameter(String parameter)(Code) | | |
Methods inherited from org.cougaar.glm.execution.eg.TripletFCPlugin | protected static void addItem(JPanel message, int x, int y, JComponent c)(Code)(Java Doc) protected static void addItem(JPanel message, int y, JComponent c)(Code)(Java Doc) protected void checkExecutionTime(long executionTime)(Code)(Java Doc) public void configure(java.awt.Component c)(Code)(Java Doc) public FailureConsumptionPluginItem createFailureConsumptionItem(FailureConsumptionRate aRate, FailureConsumptionSegment aSegment, long theExecutionTime, FailureConsumptionPluginItem aFailureConsumptionPluginItem)(Code)(Java Doc) protected JPanel createMessage()(Code)(Java Doc) abstract protected TripletValue createTripletValue(String[] args)(Code)(Java Doc) abstract public String getDescription()(Code)(Java Doc) abstract public String getPluginName()(Code)(Java Doc) abstract protected Object[] getTripletDefaultValues()(Code)(Java Doc) abstract protected Class[] getTripletValueClasses()(Code)(Java Doc) abstract protected String[] getTripletValueNames()(Code)(Java Doc) public boolean isConfigurable()(Code)(Java Doc) public void restore(Properties props, String prefix)(Code)(Java Doc) public void save(Properties props, String prefix)(Code)(Java Doc) protected boolean saveTriplet()(Code)(Java Doc) public void setEventGenerator(EventGenerator eg)(Code)(Java Doc) abstract public void setParameter(String parameter)(Code)(Java Doc)
|
|
|
|