@PortedFrom(file="tDLAxiom.h", name="TDLAxiomEquivalentORoles") public class AxiomEquivalentORoles extends AbstractNaryAxiom<ObjectRoleExpression>
| Constructor and Description |
|---|
AxiomEquivalentORoles(org.semanticweb.owlapi.model.OWLAxiom ax,
List<Expression> v) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLAxiomVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLAxiomVisitorEx<O> visitor) |
TOntologyAtom |
getAtom() |
int |
getId()
get the id
|
org.semanticweb.owlapi.model.OWLAxiom |
getOWLAxiom() |
TSignature |
getSignature() |
boolean |
isInModule() |
boolean |
isInSS()
get the value of the isSearchSpace flag
|
boolean |
isUsed()
get the value of the used flag
|
void |
setAtom(TOntologyAtom atom) |
void |
setId(int Id)
set the id
|
void |
setInModule(boolean inModule) |
void |
setInSS(boolean flag)
set the isSearchSpace flag
|
void |
setUsed(boolean Used)
set the used flag
|
String |
toString() |
add, add, getArguments, isEmpty, size, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAtom, getId, getOWLAxiom, getSignature, isInModule, isInSS, isUsed, setAtom, setId, setInModule, setInSS, setUsedpublic AxiomEquivalentORoles(org.semanticweb.owlapi.model.OWLAxiom ax,
List<Expression> v)
@PortedFrom(file="tDLAxiom.h", name="accept") public void accept(DLAxiomVisitor visitor)
Axiom@PortedFrom(file="tDLAxiom.h", name="accept") public <O> O accept(DLAxiomVisitorEx<O> visitor)
@PortedFrom(file="tDLAxiom.h", name="getAtom") public TOntologyAtom getAtom()
@PortedFrom(file="tDLAxiom.h", name="setAtom") public void setAtom(TOntologyAtom atom)
@PortedFrom(file="tDLAxiom.h", name="setInSS") public void setInSS(boolean flag)
@PortedFrom(file="tDLAxiom.h", name="isInSS") public boolean isInSS()
Axiom@PortedFrom(file="tDLAxiom.h", name="getSignature") public TSignature getSignature()
getSignature in interface Axiompublic org.semanticweb.owlapi.model.OWLAxiom getOWLAxiom()
getOWLAxiom in interface Axiom@PortedFrom(file="tDLAxiom.h", name="getId") public int getId()
Axiompublic boolean isInModule()
isInModule in interface Axiompublic boolean isUsed()
Axiom@PortedFrom(file="tDLAxiom.h", name="setId") public void setId(int Id)
Axiom@PortedFrom(file="tDLAxiom.h", name="setInModule") public void setInModule(boolean inModule)
setInModule in interface Axiom@PortedFrom(file="tDLAxiom.h", name="setUsed") public void setUsed(boolean Used)
AxiomCopyright © 2013 The University of Manchester. All Rights Reserved.