|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuardRepositoryManager
This interface defines methods to manage a repository.
Method Summary | |
---|---|
void |
changeComponentEnabledStatus(java.lang.String associatedOntType,
boolean state)
changes the 'enabled' status of the given component |
java.util.Vector |
getAllKAoSExtensionComponents()
Get all components contained in this repository. |
boolean |
getComponentEnabledStatus(java.lang.String associatedOntType)
get the 'enabled' status of the given component |
java.util.Vector |
getKAoSExtensionComponents(java.lang.String associatedOntType)
Get the KAoSExtensionComponents object for the given type. |
java.lang.String |
getRepositoryManagerType()
Get the repository type of this manager. |
java.util.Hashtable |
getRepositoryTableInformation()
This method returns the concepts names and their corresponding component names in a Hashtable. |
void |
removeAllKAoSExtensionComponents()
Remove all components contained in this repository. |
KAoSExtensionComponent |
removeKAoSExtensionComponent(java.lang.String associatedOntType)
Remove from this repository the KAoSExtensionComponent specified by the given associatedOntType. |
void |
setKAoSExtensionComponent(java.lang.String associatedOntType,
KAoSExtensionComponent extComp)
Set KAoSExtensionComponent for the given ontology type. |
Method Detail |
---|
java.lang.String getRepositoryManagerType()
java.util.Vector getKAoSExtensionComponents(java.lang.String associatedOntType)
associatedOntType
- A String indicating the
ontology type associated with that
component.
KAoSExtensionComponent removeKAoSExtensionComponent(java.lang.String associatedOntType)
associatedOntType
- A String indicating the
ontology type associated with that
component.
void setKAoSExtensionComponent(java.lang.String associatedOntType, KAoSExtensionComponent extComp) throws ComponentAlreadyPresentException
associatedOntType
- A String indicating the
ontology type associated with that
component.extComp
- The KAoSExtensionComponent to be set for
the given type.
ComponentAlreadyPresentException
void changeComponentEnabledStatus(java.lang.String associatedOntType, boolean state)
associatedOntType
- A String indicating the
ontology type associated with that
component.state
- A boolean parameter to which the status would
changeboolean getComponentEnabledStatus(java.lang.String associatedOntType)
associatedOntType
- A String indicating the
ontology type associated with that
component.java.util.Vector getAllKAoSExtensionComponents()
void removeAllKAoSExtensionComponents()
java.util.Hashtable getRepositoryTableInformation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |