|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaos.core.csi.extension.KAoSExtensionComponentImpl
kaos.ontology.classifier.OntInstanceClassifier
kaos.ontology.classifier.GenericOntClassifier
public class GenericOntClassifier
Implementation of the OntInstance classifier $Revision: 1.14 $
Field Summary |
---|
Fields inherited from class kaos.ontology.classifier.OntInstanceClassifier |
---|
_cachedClasses, _dirProxy |
Fields inherited from class kaos.core.csi.extension.KAoSExtensionComponentImpl |
---|
_associatedOntTypes, _componentName |
Method Summary | |
---|---|
boolean |
classify(java.lang.String className,
java.lang.Object classDesc,
java.lang.String instanceName,
java.lang.Object instDesc)
Check if the instance is in of the given class |
static GenericOntClassifier |
getInstance()
|
Methods inherited from class kaos.ontology.classifier.OntInstanceClassifier |
---|
getOntClassDescription, getOntInstanceDescription, setOntologyInterfaces |
Methods inherited from class kaos.core.csi.extension.KAoSExtensionComponentImpl |
---|
addOntologicalAttribute, getEnabledStatus, getName, getOntologicalAttributes, setEnabledStatus, setName, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface kaos.core.csi.extension.classification.InstanceClassifier |
---|
setOntologyInterfaces |
Methods inherited from interface kaos.core.csi.extension.KAoSExtensionComponent |
---|
addOntologicalAttribute, getEnabledStatus, getName, getOntologicalAttributes, setEnabledStatus, setName, setProperties |
Method Detail |
---|
public static GenericOntClassifier getInstance()
public boolean classify(java.lang.String className, java.lang.Object classDesc, java.lang.String instanceName, java.lang.Object instDesc) throws ClassifierException
InstanceClassifier
classify
in interface InstanceClassifier
className
- name of the class (as url to the ontology concept)classDesc
- the optional class descriptioninstDesc
- the optional instance description
ClassifierException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |