|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KAoSExtensionComponent
This interface defines methods to access name and ontological attributes associated with this component $Revision: 1.4 $
Method Summary | |
---|---|
void |
addOntologicalAttribute(java.lang.String ontAttribute)
Add an ontological attribute the component is associated with. |
boolean |
getEnabledStatus()
Return 'true/false', indicating the 'enabled/disabled' status of the component. |
java.lang.String |
getName()
Return the (unique) name of this KAoSExtensionComponent object. |
java.util.List<java.lang.String> |
getOntologicalAttributes()
Return the associated ontological concepts for the KAoSExtensionComponent object. |
void |
setEnabledStatus(boolean status)
Set 'true/false', indicating the 'enabled/disabled' status of the component. |
void |
setName(java.lang.String componentName)
Set the name of this component. |
void |
setProperties(ServiceProperties props)
Set the properties of this component, if there are any. |
Method Detail |
---|
java.util.List<java.lang.String> getOntologicalAttributes()
java.lang.String getName()
void setEnabledStatus(boolean status)
status
- boolean parameter to set the 'enabled/disabled' status toboolean getEnabledStatus()
void addOntologicalAttribute(java.lang.String ontAttribute)
ontAttribute
- String containing the name of the ontological attribute.void setName(java.lang.String componentName)
componentName
- String containing the name of this component.void setProperties(ServiceProperties props)
props
- ServiceProperties (optionally) specifying additional ontological properties of the component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |