owltools.graph
Class OWLGraphWrapper.Config
java.lang.Object
owltools.graph.OWLGraphWrapper.Config
- Enclosing class:
- OWLGraphWrapper
public class OWLGraphWrapper.Config
- extends Object
Configuration options. These are typically specific to a
OWLGraphWrapper instance.
Method Summary |
void |
excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isIncludeClassExpressionsInClosure
public boolean isIncludeClassExpressionsInClosure
isFollowComplementOfInClosure
public boolean isFollowComplementOfInClosure
isCacheClosure
public boolean isCacheClosure
isMonitorMemory
public boolean isMonitorMemory
graphEdgeIncludeSet
public Set<OWLQuantifiedProperty> graphEdgeIncludeSet
graphEdgeExcludeSet
public Set<OWLQuantifiedProperty> graphEdgeExcludeSet
excludeMetaClass
public org.semanticweb.owlapi.model.OWLClass excludeMetaClass
OWLGraphWrapper.Config
public OWLGraphWrapper.Config()
excludeProperty
@Deprecated
public void excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p)
- Deprecated.
Copyright © 2010-2012. All Rights Reserved.