org.cougaar.lib.util |
|
Java Source File Name | Type | Comment |
IllFormedObjectException.java | Class | Exception class for error checking on all types of objects,
such as Assets, Workflows, Tasks,etc. |
UIDHashtable.java | Class | A class that stores items, keying them by a generated UID. |
UTILAggregate.java | Class | This class contains utility functions for creating
Aggregations. |
UTILAllocate.java | Class | This class contains utility functions for allocations. |
UTILAllocationResultAggregator.java | Class | Does the right computation for workflows which are made up of
equally important tasks with no inter-task constraints.
START_TIME is minimized.
END_TIME is maximized.
DURATION is overall END_TIME - overall START_TIME.
COST is summed.
DANGER is maximized.
RISK is maximized.
QUANTITY is summed.
INTERVAL is summed.
TOTAL_QUANTITY is summed.
TOTAL_SHIPMENTS is summed.
CUSTOMER_SATISFACTION is averaged.
Any extended aspect types are ignored.
For AuxiliaryQuery information, if all the query values are the same
across subtasks or one subtask has query info it will be place in the
aggregate result. |
UTILAsset.java | Class | This class contains utility functions for getting
Assets. |
UTILCargoCategoryDecoder.java | Class | Static class to extract some information out
of the cargo category codes. |
UTILEndDateScoringFunction.java | Class | |
UTILExpand.java | Class | This class contains utility functions related to
subtasks and expansions. |
UTILItinerary.java | Class | |
UTILParamTable.java | Class |
This is a convenience class for the UTIL plugins. |
UTILPluginException.java | Class | Runtime Exception thrown by UTIL plugins and their descendants. |
UTILPreference.java | Class | This class contains preference-related methods. |
UTILPrepPhrase.java | Class | This class contains utility functions for creating
and accessing PrepositionalPhrases. |
UTILRandom.java | Class | |
UTILRuntimeException.java | Class | A general Runtime Exception thrown by UTIL classes and their descendants. |
UTILSchedule.java | Class | |
UTILVerify.java | Class | Helper classes to see if a task is consistent and
reasonable. |