public class OWLGraphWrapperEdges.Config extends Object
Modifier and Type | Field and Description |
---|---|
org.semanticweb.owlapi.model.OWLClass |
excludeMetaClass |
Set<OWLQuantifiedProperty> |
graphEdgeExcludeSet |
Set<OWLQuantifiedProperty> |
graphEdgeIncludeSet |
boolean |
isCacheClosure |
boolean |
isFollowComplementOfInClosure |
boolean |
isIncludeClassExpressionsInClosure |
boolean |
isMonitorMemory |
Constructor and Description |
---|
OWLGraphWrapperEdges.Config() |
Modifier and Type | Method and Description |
---|---|
void |
excludeAllWith(org.semanticweb.owlapi.model.OWLAnnotationProperty ap,
org.semanticweb.owlapi.model.OWLOntology o) |
void |
excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p) |
void |
excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p,
OWLQuantifiedProperty.Quantifier q) |
void |
includeAllWith(org.semanticweb.owlapi.model.OWLAnnotationProperty ap,
org.semanticweb.owlapi.model.OWLOntology o) |
void |
includeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p) |
void |
includeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p,
OWLQuantifiedProperty.Quantifier q) |
public boolean isIncludeClassExpressionsInClosure
public boolean isFollowComplementOfInClosure
public boolean isCacheClosure
public boolean isMonitorMemory
public Set<OWLQuantifiedProperty> graphEdgeIncludeSet
public Set<OWLQuantifiedProperty> graphEdgeExcludeSet
public org.semanticweb.owlapi.model.OWLClass excludeMetaClass
public void excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p, OWLQuantifiedProperty.Quantifier q)
p
- q
- public void excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p)
p
- - the default quantifier is some
public void includeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p)
public void includeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p, OWLQuantifiedProperty.Quantifier q)
public void excludeAllWith(org.semanticweb.owlapi.model.OWLAnnotationProperty ap, org.semanticweb.owlapi.model.OWLOntology o)
public void includeAllWith(org.semanticweb.owlapi.model.OWLAnnotationProperty ap, org.semanticweb.owlapi.model.OWLOntology o)
Copyright © 2010–2015. All rights reserved.