public class SWRLVariableExtractor extends Object implements SWRLObjectVisitorEx<Collection<SWRLVariable>>
| Constructor and Description |
|---|
SWRLVariableExtractor() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoDefaultpublic LinkedHashSet<SWRLVariable> getVariables()
public Collection<SWRLVariable> visit(SWRLRule node)
SWRLRuleVisitorExBasevisit in interface SWRLRuleVisitorExBase<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLClassAtom node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLDataRangeAtom node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLObjectPropertyAtom node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLDataPropertyAtom node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLBuiltInAtom node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLVariable node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLIndividualArgument node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLLiteralArgument node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLSameIndividualAtom node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitpublic Collection<SWRLVariable> visit(SWRLDifferentIndividualsAtom node)
SWRLObjectVisitorExvisit in interface SWRLObjectVisitorEx<Collection<SWRLVariable>>node - node to visitCopyright © 2017 The University of Manchester. All rights reserved.