public class SWRLVariableImpl extends OWLObjectImpl implements SWRLVariable
Modifier | Constructor and Description |
---|---|
protected |
SWRLVariableImpl(IRI iri) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
void |
accept(SWRLObjectVisitor visitor) |
<O> O |
accept(SWRLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(java.lang.Object obj) |
IRI |
getIRI()
Gets the variable IRI that names the variable
|
compareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getOWLDataFactory, getSignature, hashCode, isBottomEntity, isTopEntity, setOWLDataFactory, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
protected SWRLVariableImpl(IRI iri)
public IRI getIRI()
SWRLVariable
getIRI
in interface SWRLVariable
protected final int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType
in class OWLObjectImpl
public void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public void accept(SWRLObjectVisitor visitor)
accept
in interface SWRLObject
public <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept
in interface SWRLObject
public boolean equals(java.lang.Object obj)
equals
in class OWLObjectImpl