owltools.graph
Class OWLGraphWrapper.Config

java.lang.Object
  extended by owltools.graph.OWLGraphWrapper.Config
Enclosing class:
OWLGraphWrapper

public class OWLGraphWrapper.Config
extends Object

Configuration options. These are typically specific to a OWLGraphWrapper instance.


Field Summary
 org.semanticweb.owlapi.model.OWLClass excludeMetaClass
           
 Set<OWLQuantifiedProperty> graphEdgeExcludeSet
           
 Set<OWLQuantifiedProperty> graphEdgeIncludeSet
           
 boolean isCacheClosure
           
 boolean isFollowComplementOfInClosure
           
 boolean isIncludeClassExpressionsInClosure
           
 boolean isMonitorMemory
           
 
Constructor Summary
OWLGraphWrapper.Config()
           
 
Method Summary
 void excludeAllWith(org.semanticweb.owlapi.model.OWLAnnotationProperty ap, org.semanticweb.owlapi.model.OWLOntology o)
           
 void excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p)
           
 void includeAllWith(org.semanticweb.owlapi.model.OWLAnnotationProperty ap, org.semanticweb.owlapi.model.OWLOntology o)
           
 void includeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OWLGraphWrapper.Config

public OWLGraphWrapper.Config()
Method Detail

excludeProperty

public void excludeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p)

includeProperty

public void includeProperty(org.semanticweb.owlapi.model.OWLObjectProperty p)

excludeAllWith

public void excludeAllWith(org.semanticweb.owlapi.model.OWLAnnotationProperty ap,
                           org.semanticweb.owlapi.model.OWLOntology o)

includeAllWith

public void includeAllWith(org.semanticweb.owlapi.model.OWLAnnotationProperty ap,
                           org.semanticweb.owlapi.model.OWLOntology o)


Copyright © 2010-2012. All Rights Reserved.