|
TPTP 4.3.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.wsdm.tooling.editor.mrt.internal.Namespace
Namespaces are nothing but categories.
| Constructor Summary | |
|---|---|
Namespace(java.lang.String name)
Instantiates an object of this class |
|
| Method Summary | |
|---|---|
void |
addCapability(Definition capability)
Add a capability to this namespace |
java.util.List |
getCapabilities()
Return the list of capabilities belonging to this namespace |
java.lang.String |
getName()
Return the name of the namespace |
void |
removeCapability(Definition capability)
Remove the capability from this namespace |
java.lang.String |
toString()
Return the string form of the namespace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Namespace(java.lang.String name)
name - - Whether "Management Capabilities" or "Managemenet related Capabilities"| Method Detail |
public void addCapability(Definition capability)
capability - - capability WSDL definitionpublic void removeCapability(Definition capability)
capability - - capability WSDL definitionpublic java.lang.String getName()
public java.util.List getCapabilities()
public java.lang.String toString()
|
TPTP 4.3.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||