| java.lang.Object org.cougaar.glm.execution.eg.EventGenerator
Method Summary | |
public void | addListener(Listener l) | public void | advanceExecutionTimeTo() | public ConstraintElementListener | createConstraintElementListener(String source, Object[] handlers, TaskConstraintsRequest aRequest) | public EventMonitorListener | createEventMonitorListener(String source, Object[] handlers, Report aReport) | public InventoryReportListener | createInventoryReportListener(String source, Object[] handlers, String itemIdentification, long aReportDate) | public ScheduleManager | findScheduleManager(Class managerClass) | public String[] | getClusterNames() | public double | getExecutionRate() | public long | getExecutionTime() | public JComponent | getGUI() | public JMenuBar | getJMenuBar() | public JToolBar | getJToolBar() | public Iterator | getPluginSpecifications(Class interfaceClass) Get iterator of all plugin specifications that implement the given interface. | public long | getSchedulingLookAhead() | public TimeGUI | getTimeGUI() | public void | initialize() | public boolean | isPaused() | public static void | launch(String[] args) | public static void | main(String[] args) If org.cougaar.useBootstrapper is true, will search for installed jar files
in order to load all classes. | public static void | postErrorMessage(Component component, String message) | public void | restore() | public void | send(SetExecutionTime params) | public void | setExecutionTime(String theSource, ExecutionTimeStatus anExecutionTimeStatus) Update the current execution time and rate. | public void | setPaused(boolean newPaused) | public void | setSchedulingLookAhead() | public void | setSchedulingLookAhead(long newLookAhead) | public void | setTimeScript(List newScript) | public boolean | shutDown() | public void | startListener(Listener l) | public void | startListeners() | public void | timePause() | public void | timePlay() | public void | timeStop() | public void | updateTimeGUI() |
EventGenerator | public EventGenerator()(Code) | | |
advanceExecutionTimeTo | public void advanceExecutionTimeTo()(Code) | | |
getExecutionRate | public double getExecutionRate()(Code) | | |
getExecutionTime | public long getExecutionTime()(Code) | | |
getPluginSpecifications | public Iterator getPluginSpecifications(Class interfaceClass)(Code) | | Get iterator of all plugin specifications that implement the given interface.
|
getSchedulingLookAhead | public long getSchedulingLookAhead()(Code) | | |
initialize | public void initialize()(Code) | | |
isPaused | public boolean isPaused()(Code) | | |
main | public static void main(String[] args)(Code) | | If org.cougaar.useBootstrapper is true, will search for installed jar files
in order to load all classes. Otherwise, will rely solely on classpath.
|
restore | public void restore()(Code) | | |
setExecutionTime | public void setExecutionTime(String theSource, ExecutionTimeStatus anExecutionTimeStatus)(Code) | | Update the current execution time and rate.
|
setPaused | public void setPaused(boolean newPaused)(Code) | | |
setSchedulingLookAhead | public void setSchedulingLookAhead()(Code) | | |
setSchedulingLookAhead | public void setSchedulingLookAhead(long newLookAhead)(Code) | | |
setTimeScript | public void setTimeScript(List newScript)(Code) | | |
shutDown | public boolean shutDown()(Code) | | |
startListeners | public void startListeners()(Code) | | |
timePause | public void timePause()(Code) | | |
timePlay | public void timePlay()(Code) | | |
timeStop | public void timeStop()(Code) | | |
updateTimeGUI | public void updateTimeGUI()(Code) | | |
|
|