|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.policy.guard.KAoSExtensionComponentImpl
public class KAoSExtensionComponentImpl
Field Summary | |
---|---|
protected java.lang.String |
_associatedOntType
|
protected java.lang.String |
_componentName
|
protected boolean |
_enabledStatus
|
Constructor Summary | |
---|---|
KAoSExtensionComponentImpl(java.lang.String ontType,
java.lang.String name)
|
Method Summary | |
---|---|
void |
changeKAoSExtensionComponentEnabledStatus(boolean state)
change the 'enabled' status of the component |
java.lang.String |
getAssociatedOntologyType()
Get the associated ontology type for the KAoSExtensionComponent object. |
boolean |
getKAoSExtensionComponentEnabledStatus()
get the 'enabled' status of the component |
java.lang.String |
getKAoSExtensionComponentName()
Get the (unique ?) name of this KAoSExtensionComponents object. |
void |
setAssociatedOntologyType(java.lang.String ontType)
Set the associated ontology type for the KAoSExtensionComponent object. |
void |
setKAoSExtensionComponentName(java.lang.String name)
Set the name of this KAoSExtensionComponents object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _associatedOntType
protected java.lang.String _componentName
protected boolean _enabledStatus
Constructor Detail |
---|
public KAoSExtensionComponentImpl(java.lang.String ontType, java.lang.String name)
Method Detail |
---|
public java.lang.String getAssociatedOntologyType()
getAssociatedOntologyType
in interface KAoSExtensionComponent
public void setAssociatedOntologyType(java.lang.String ontType)
ontType
- a String indicating the associated ontology type of this component.public java.lang.String getKAoSExtensionComponentName()
getKAoSExtensionComponentName
in interface KAoSExtensionComponent
none.
-
public void setKAoSExtensionComponentName(java.lang.String name)
name
- a String to which name of this component is to be set.public void changeKAoSExtensionComponentEnabledStatus(boolean state)
changeKAoSExtensionComponentEnabledStatus
in interface KAoSExtensionComponent
state
- the boolean parameter to change the status to.public boolean getKAoSExtensionComponentEnabledStatus()
getKAoSExtensionComponentEnabledStatus
in interface KAoSExtensionComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |