@PortedFrom(file="tDLAxiom.h", name="TDLAxiomSingleDRole") public abstract class AxiomSingleDRole extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AxiomSingleDRole(org.semanticweb.owlapi.model.OWLAxiom ax,
DataRoleExpression role) |
| Modifier and Type | Method and Description |
|---|---|
TOntologyAtom |
getAtom() |
int |
getId()
get the id
|
org.semanticweb.owlapi.model.OWLAxiom |
getOWLAxiom() |
DataRoleExpression |
getRole()
access to role
|
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() |
@PortedFrom(file="tDLAxiom.h", name="Role") protected AxiomSingleDRole(org.semanticweb.owlapi.model.OWLAxiom ax, DataRoleExpression role)
@PortedFrom(file="tDLAxiom.h", name="getRole") public DataRoleExpression getRole()
@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.