Uses of Interface
org.semanticweb.owlapi.model.SWRLVariable
Packages that use SWRLVariable
Package
Description
DL syntax renderer.
Functional syntax parser and renderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Provider interfaces.
OWL/XML syntax parser and renderer.
RDF model package.
Utilities package.
Builders package.
OWL API reference implementation package.
-
Uses of SWRLVariable in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type SWRLVariable -
Uses of SWRLVariable in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type SWRLVariable -
Uses of SWRLVariable in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type SWRLVariable -
Uses of SWRLVariable in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type SWRLVariableModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(SWRLVariable node) -
Uses of SWRLVariable in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model that return types with arguments of type SWRLVariableModifier and TypeMethodDescriptiondefault Set
<SWRLVariable> SWRLRule.getVariables()
Gets the variables that appear in this rule.SWRLRule.variables()
Methods in org.semanticweb.owlapi.model with parameters of type SWRLVariableModifier and TypeMethodDescriptiondefault void
SWRLObjectVisitor.visit
(SWRLVariable node) visit SWRLVariable typedefault O
SWRLObjectVisitorEx.visit
(SWRLVariable node) visit SWRLVariable type -
Uses of SWRLVariable in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return SWRLVariableModifier and TypeMethodDescriptiondefault SWRLVariable
SWRLProvider.getSWRLVariable
(String iri) Gets a SWRLVariable.default SWRLVariable
SWRLProvider.getSWRLVariable
(String namespace, String remainder) Gets a SWRLVariable.default SWRLVariable
SWRLProvider.getSWRLVariable
(HasIRI var) Gets a SWRLVariable with the same IRI as the input.SWRLProvider.getSWRLVariable
(IRI var) Gets a SWRLVariable. -
Uses of SWRLVariable in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type SWRLVariable -
Uses of SWRLVariable in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type SWRLVariable -
Uses of SWRLVariable in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return SWRLVariableModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(SWRLVariable node) OWLObjectDuplicator.visit
(SWRLVariable node) Methods in org.semanticweb.owlapi.util that return types with arguments of type SWRLVariableModifier and TypeMethodDescriptionSWRLVariableExtractor.getVariables()
SWRLVariableExtractor.visit
(SWRLBuiltInAtom node) SWRLVariableExtractor.visit
(SWRLClassAtom node) SWRLVariableExtractor.visit
(SWRLDataPropertyAtom node) SWRLVariableExtractor.visit
(SWRLDataRangeAtom node) SWRLVariableExtractor.visit
(SWRLDifferentIndividualsAtom node) SWRLVariableExtractor.visit
(SWRLIndividualArgument node) SWRLVariableExtractor.visit
(SWRLLiteralArgument node) SWRLVariableExtractor.visit
(SWRLObjectPropertyAtom node) SWRLVariableExtractor.visit
(SWRLSameIndividualAtom node) SWRLVariableExtractor.visit
(SWRLVariable node) Methods in org.semanticweb.owlapi.util with parameters of type SWRLVariableModifier and TypeMethodDescriptionSWRLVariableShortFormProvider.getShortForm
(SWRLVariable variable) DelegatingObjectVisitorEx.visit
(SWRLVariable node) void
OWLAnnotationPropertyTransformer.visit
(SWRLVariable node) OWLObjectComponentCollector.visit
(SWRLVariable node) OWLObjectDesharer.visit
(SWRLVariable node) OWLObjectDuplicator.visit
(SWRLVariable node) void
SimpleRenderer.visit
(SWRLVariable node) void
SimpleRendererDebug.visit
(SWRLVariable node) void
StructureWalker.visit
(SWRLVariable node) SWRLVariableExtractor.visit
(SWRLVariable node) -
Uses of SWRLVariable in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return SWRLVariableConstructors in org.semanticweb.owlapitools.builders with parameters of type SWRLVariableModifierConstructorDescriptionBuilderSWRLVariable
(SWRLVariable expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of SWRLVariable in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement SWRLVariableMethods in uk.ac.manchester.cs.owl.owlapi that return SWRLVariableMethods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type SWRLVariable