public class SWRLBuiltInAtomImpl extends SWRLAtomImpl implements org.semanticweb.owlapi.model.SWRLBuiltInAtom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
SWRLBuiltInAtomImpl(org.semanticweb.owlapi.model.IRI predicate,
List<org.semanticweb.owlapi.model.SWRLDArgument> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.SWRLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.SWRLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object) |
boolean |
equals(Object obj) |
Collection<org.semanticweb.owlapi.model.SWRLArgument> |
getAllArguments() |
List<org.semanticweb.owlapi.model.SWRLDArgument> |
getArguments() |
org.semanticweb.owlapi.model.IRI |
getPredicate() |
boolean |
isCoreBuiltIn() |
compareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic SWRLBuiltInAtomImpl(org.semanticweb.owlapi.model.IRI predicate,
List<org.semanticweb.owlapi.model.SWRLDArgument> args)
predicate - predicateargs - builtin argumentpublic org.semanticweb.owlapi.model.IRI getPredicate()
getPredicate in interface org.semanticweb.owlapi.model.SWRLAtomgetPredicate in interface org.semanticweb.owlapi.model.SWRLBuiltInAtomgetPredicate in class SWRLAtomImplpublic boolean isCoreBuiltIn()
isCoreBuiltIn in interface org.semanticweb.owlapi.model.SWRLBuiltInAtompublic List<org.semanticweb.owlapi.model.SWRLDArgument> getArguments()
getArguments in interface org.semanticweb.owlapi.model.SWRLBuiltInAtompublic Collection<org.semanticweb.owlapi.model.SWRLArgument> getAllArguments()
getAllArguments in interface org.semanticweb.owlapi.model.SWRLAtompublic void accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic void accept(org.semanticweb.owlapi.model.SWRLObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.SWRLObjectpublic <O> O accept(org.semanticweb.owlapi.model.SWRLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.SWRLObjectpublic <O> O accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic boolean equals(Object obj)
equals in class OWLObjectImplprotected int compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.