
Public Member Functions | |
| cast.cdl.ComponentDescription | getComponentDescription (String componentID) throws cast.CASTException |
| java.util.Map < java.lang.String, cast.cdl.ComponentDescription > | getComponentDescriptions () |
Package Functions | |
| void | addComponentDescription (cast.cdl.ComponentDescription description) |
Definition at line 26 of file _ComponentManagerOperationsNC.java.
| void cast.interfaces._ComponentManagerOperationsNC.addComponentDescription | ( | cast.cdl.ComponentDescription | description | ) | [package] |
Store the descirption of a component with the manager.
Implemented in cast.interfaces._ComponentManagerDisp.
| cast.cdl.ComponentDescription cast.interfaces._ComponentManagerOperationsNC.getComponentDescription | ( | String | componentID | ) | throws cast.CASTException |
Get the description of a particular component.
Implemented in cast.interfaces._ComponentManagerDisp.
| java.util.Map<java.lang.String, cast.cdl.ComponentDescription> cast.interfaces._ComponentManagerOperationsNC.getComponentDescriptions | ( | ) |
Descriptions of all components indexed by component id.
Implemented in cast.interfaces._ComponentManagerDisp.
1.5.8