@Deprecated public class TaxonConstraintsEngine extends Object
AnnotationTaxonRule
Constructor and Description |
---|
TaxonConstraintsEngine(OWLGraphWrapper graph)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isClassApplicable(org.semanticweb.owlapi.model.OWLClass c,
org.semanticweb.owlapi.model.OWLClass testTax)
Deprecated.
returns true if testOntologyCls is applicable for testTax
|
boolean |
isClassApplicable(org.semanticweb.owlapi.model.OWLClass c,
org.semanticweb.owlapi.model.OWLClass testTax,
Set<OWLGraphEdge> testClsEdges,
Set<org.semanticweb.owlapi.model.OWLObject> taxAncs)
Deprecated.
|
boolean |
isClassApplicable(String cid,
String taxId)
Deprecated.
|
public TaxonConstraintsEngine(OWLGraphWrapper graph)
public boolean isClassApplicable(String cid, String taxId)
cid
- taxId
- public boolean isClassApplicable(org.semanticweb.owlapi.model.OWLClass c, org.semanticweb.owlapi.model.OWLClass testTax)
c
- testTax
- public boolean isClassApplicable(org.semanticweb.owlapi.model.OWLClass c, org.semanticweb.owlapi.model.OWLClass testTax, Set<OWLGraphEdge> testClsEdges, Set<org.semanticweb.owlapi.model.OWLObject> taxAncs)
Copyright © 2010-2015. All Rights Reserved.