| java.lang.Object org.cougaar.glm.execution.eg.ManagerBase org.cougaar.glm.execution.eg.TaskEventReportManager
TaskEventReportManager | public class TaskEventReportManager extends ManagerBase implements ScheduleManager(Code) | | Keeps track of the TaskEventReports and decide if/when to
generate a report.
|
createTableModel | protected ManagerTableModel createTableModel()(Code) | | |
getDefaultPluginClass | protected Class getDefaultPluginClass()(Code) | | |
getPluginInterface | protected Class getPluginInterface()(Code) | | |
receiveConstraintElements | public synchronized void receiveConstraintElements(String source, ConstraintElement[] constraints)(Code) | | Process a new set of inter-event constraints. For each element,
find the task events named by the task event ids and their
current groups, if any. If the groups are both null, create a new
group and assign both task events to it. If one group is null and
the other isn't assign the task event that is not yet in a group
to the group of the other task event. If both groups are non-null
and identical, do nothing. If both groups are non-null and
different reassign all task events of one group to the other.
|
removeFromSchedule | protected void removeFromSchedule(Timed timed)(Code) | | |
|
|