|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.ontology.matching.InstanceClassifierFactoryImpl
public final class InstanceClassifierFactoryImpl
Constructor Summary | |
---|---|
InstanceClassifierFactoryImpl()
|
Method Summary | |
---|---|
InstanceClassifier |
getInstance(java.lang.String propertyName)
Instantiate an InstanceClassifier for the specified property name. |
ServiceProperties |
getServiceProperties()
Obtain the properties of the service. |
void |
initialize(ServiceProperties env)
|
protected static void |
printDebugString(java.lang.String msg,
int loggerDisplayLevel)
A utility method to print a String. |
void |
setInstance(java.lang.String propertyName,
InstanceClassifier classifier)
Puts an InstanceClassifier for the specified property. |
void |
setServiceProperties(ServiceProperties props)
Set the properties of the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstanceClassifierFactoryImpl()
Method Detail |
---|
public void setInstance(java.lang.String propertyName, InstanceClassifier classifier)
InstanceClassifierFactory
setInstance
in interface InstanceClassifierFactory
propertyName
- The String specifying the property, for which a classifier is requested.public InstanceClassifier getInstance(java.lang.String propertyName) throws InstanceClassifierInitializationException
getInstance
in interface InstanceClassifierFactory
propertyName
- The String specifying the property, for which a classifier is requested.
InstanceClassifierInitializationException
- is thrown if the instantiation of the classifier was not successful,
details will be provided in the exception's message.public ServiceProperties getServiceProperties() throws ServiceException, ServiceFailure
ServiceException
ServiceFailure
public void setServiceProperties(ServiceProperties props) throws ServiceException, ServiceFailure
props
- containing a set of the properties of the service.
ServiceException
ServiceFailure
public void initialize(ServiceProperties env) throws ServiceException
ServiceException
protected static void printDebugString(java.lang.String msg, int loggerDisplayLevel)
msg
- The String to be printed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |