kaos.ontology.matching
Class OntologyMatchingServiceFactory

java.lang.Object
  extended by kaos.ontology.matching.OntologyMatchingServiceFactory

public class OntologyMatchingServiceFactory
extends java.lang.Object


Field Summary
static java.lang.String ONT_CLASSIFY_TYPE
           
 
Constructor Summary
OntologyMatchingServiceFactory()
           
 
Method Summary
 Service getService(ServiceProperties env)
          The input argument env may or may not contain the following key-value pairs: javax.agent.service.Classifiers -> (hasDataContext kaos.xmlschema.classifier.XMLSchemaClassifier) javax.agent.service.service-factory -> kaos.ontology.matching.OntologyMatchingServiceFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONT_CLASSIFY_TYPE

public static final java.lang.String ONT_CLASSIFY_TYPE
See Also:
Constant Field Values
Constructor Detail

OntologyMatchingServiceFactory

public OntologyMatchingServiceFactory()
Method Detail

getService

public Service getService(ServiceProperties env)
                   throws ServiceException
The input argument env may or may not contain the following key-value pairs: javax.agent.service.Classifiers -> (hasDataContext kaos.xmlschema.classifier.XMLSchemaClassifier) javax.agent.service.service-factory -> kaos.ontology.matching.OntologyMatchingServiceFactory

Throws:
ServiceException