kaos.core.csi.extension.classification
Interface InstanceClassifierManager

All Superinterfaces:
KAoSExtensionComponentManager

public interface InstanceClassifierManager
extends KAoSExtensionComponentManager

This interface defines a factory method for obtaining InstanceClassifier for the given property. $Revision: 1.3 $


Method Summary
 InstanceClassifier getClassifier(java.lang.String ontologyAttribute)
          Instantiate an InstanceClassifier for the specified property.
 
Methods inherited from interface kaos.core.csi.extension.KAoSExtensionComponentManager
changeComponentEnabledStatus, deregisterComponent, getAllKAoSExtensionComponents, getComponent, getComponentEnabledStatus, getRepositoryManagerType, getRepositoryTableInformation, registerComponent, removeAllKAoSExtensionComponents
 

Method Detail

getClassifier

InstanceClassifier getClassifier(java.lang.String ontologyAttribute)
Instantiate an InstanceClassifier for the specified property.

Parameters:
ontologyAttribute - string specifying the ontology attribute, for which a component is requested
Returns:
InstanceClassifier an instance of the requested instance classifier, or null, if the manager was not able to find or create it


Copyright © 2006 IHMC All Rights Reserved.