| org.cougaar.logistics.plugin.trans.TranscomDataXMLize org.cougaar.logistics.plugin.trans.GenericDataXMLize org.cougaar.logistics.plugin.trans.SeaDataXMLize
SeaDataXMLize | public class SeaDataXMLize extends GenericDataXMLize (Code) | | Create XML document in the Vishnu Data format, directly from ALP objects.
Create and return xml for log plan objects.
|
SeaDataXMLize | public SeaDataXMLize(boolean direct, Logger logger)(Code) | | |
addPassengerCapacity | protected void addPassengerCapacity(Object object, GLMAsset asset)(Code) | | don't send the passengerCapacity field
|
addTaskPersonField | protected void addTaskPersonField(Object object, GLMAsset baseAsset)(Code) | | don't send the isPerson field
|
getContainerCapacity | protected double getContainerCapacity(GLMAsset asset)(Code) | | |
isAmmo | protected boolean isAmmo(GLMAsset asset)(Code) | | An asset is an ammo container if it has a contents pg, since
only the Ammo Packer put a contents pg on a container.
NOTE : should call isContainer first!
|
processAsset | protected boolean processAsset(Object object, Object taskOrAsset)(Code) | | Create XML for asset, subclass to add fields
Parameters: object - node representing asset Parameters: taskOrAsset - asset being translated true if should add object to list of new objects |
processTask | protected boolean processTask(Object object, Object taskOrAsset)(Code) | | Create XML for task, subclass to add fields
Parameters: object - node representing task Parameters: taskOrAsset - task being translated true if should add object to list of new objects |
Fields inherited from org.cougaar.logistics.plugin.trans.GenericDataXMLize | boolean warnAboutMissingSpeed(Code)(Java Doc)
|
|
|