parseStartElement(String name, Attributes atts) Given the XML that indicates assignments, parse it
Uses the myTaskUIDtoObject and myAssetUIDtoObject maps
to lookup the keys returned in the xml to figure out which task was assigned to
which asset.
Reads XML from the URL to get the assignments. Uses AssignmentHandler
(SAX) to parse XML.
Uses myTaskUIDtoObject to figure out if there were any impossible tasks.
(If there were any, they will be in the myTaskUIDtoObject Map.)
The AssignmentHandler removes any assigned tasks from myTaskUIDtoObject.
Given the XML that indicates assignments, parse it
Uses the myTaskUIDtoObject and myAssetUIDtoObject maps
to lookup the keys returned in the xml to figure out which task was assigned to
which asset. These were set in processTasks using setUIDToObjectMap.
Parameters: name - the tag name Parameters: atts - the tag's attributes See Also:org.cougaar.lib.vishnu.client.VishnuPlugin.processTasks See Also:org.cougaar.lib.vishnu.client.VishnuPlugin.setUIDToObjectMap