Uses of Interface
org.semanticweb.owlapi.model.SWRLRuleVisitorBase
Packages that use SWRLRuleVisitorBase
Package
Description
Main API classes.
Profile classes.
Utilities package.
-
Uses of SWRLRuleVisitorBase in org.semanticweb.owlapi.model
Subinterfaces of SWRLRuleVisitorBase in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
An interface for objects that can accept visits from axioms.interface
interface
interface
-
Uses of SWRLRuleVisitorBase in org.semanticweb.owlapi.profiles
Classes in org.semanticweb.owlapi.profiles that implement SWRLRuleVisitorBaseModifier and TypeClassDescriptionclass
Profile visitor - walks the imports closure and adds all violations found to the violation collection.class
Base class for profile violation visitors. -
Uses of SWRLRuleVisitorBase in org.semanticweb.owlapi.util
Classes in org.semanticweb.owlapi.util that implement SWRLRuleVisitorBaseModifier and TypeClassDescriptionclass
A utility class that visits all components of classes and axioms; this base class allows subclasses to choose elements of interest and override handling of such elements.class
class
Incorporates a listener into anOWLOntologyChangeFilter
.class
class
A utility class that visits axioms, class expressions etc.class
Provides a convenient method to filter add/remove axiom changes based on the type of axiom that is being added or removed from an ontology.
The general pattern of use is to simply create an instance of theOWLOntologyChangeFilter
and override the appropriate visit methods corresponding to the types of axioms that are of interest.class
class
A simple renderer that can be used for debugging purposes and provide an implementation of the toString method for different implementations.class
A simple renderer that can be used for debugging purposes and provide an implementation of the toString method for different implementations.class
StructureWalker<O extends OWLObject>
Structure walker for object walkers.