| |
|
| org.cougaar.glm.plugins.GLMDecorationPlugin org.cougaar.glm.plugins.projection.SupplyProjectionPlugin
Method Summary | |
protected void | decoratePlugin() | public Vector | getPartTypes() Returns an Vector of Strings with the
class name of the types of parts to be handled. | public String | getTheater() Return theater (location) of cluster. | protected void | readParameters() Empty method - avoids default behavior of loading plugin parameters as processors.
For this plugIn, parameters refer to the types of parts handled by the supply projector. |
getPartTypes | public Vector getPartTypes()(Code) | | Returns an Vector of Strings with the
class name of the types of parts to be handled. *
|
getTheater | public String getTheater()(Code) | | Return theater (location) of cluster.
For now it defaults to "SWA".
|
readParameters | protected void readParameters()(Code) | | Empty method - avoids default behavior of loading plugin parameters as processors.
For this plugIn, parameters refer to the types of parts handled by the supply projector.
|
|
|
|