| |
|
| org.cougaar.planning.plugin.legacy.SimplePlugin org.cougaar.planning.plugin.deletion.TestDeletionPlugin
TestDeletionPlugin | public class TestDeletionPlugin extends SimplePlugin (Code) | | This plugin constructs a logplan consisting of tasks and their
dispositions that can be deleted. It does the following:
Inserts root tasks from time to time having timed activity.
Expands root tasks into sequences of subtasks having time
constraints.
Aggregates subtasks of the same time within a time window.
Allocates aggregated tasks to local or remote assets using a simple
scheduling algorithm
Watches for deletion of expired tasks and modifies its scheduling
data to account for the deleted tasks
Root tasks have no OfType preposition.
Expansion of root tasks yields subtasks having OfType phrase
Aggregation of subtasks produce tasks at the next level. These
tasks have no OfType if they are to be allocated to another agent
|
execute | public void execute()(Code) | | |
setupSubscriptions | public void setupSubscriptions()(Code) | | |
|
|
|