@PortedFrom(file="tDLAxiom.h", name="TDLAxiomORoleFunctional") public class AxiomORoleFunctional extends AxiomSingleORole
| Constructor and Description |
|---|
AxiomORoleFunctional(org.semanticweb.owlapi.model.OWLAxiom ax,
ObjectRoleExpression role) |
| 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() |
org.semanticweb.owlapi.model.OWLAxiom |
getOWLAxiom() |
TSignature |
getSignature() |
boolean |
isInModule() |
boolean |
isInSS() |
boolean |
isUsed() |
void |
setAtom(TOntologyAtom atom) |
void |
setId(int Id) |
void |
setInModule(boolean inModule) |
void |
setInSS(boolean flag)
set the isSearchSpace flag
|
void |
setUsed(boolean Used) |
String |
toString() |
getRolepublic AxiomORoleFunctional(org.semanticweb.owlapi.model.OWLAxiom ax,
ObjectRoleExpression role)
ax - axrole - role@PortedFrom(file="tDLAxiom.h", name="accept") public void accept(DLAxiomVisitor visitor)
AxiomInterfacevisitor - visitor@PortedFrom(file="tDLAxiom.h", name="accept") public <O> O accept(DLAxiomVisitorEx<O> visitor)
O - visitor return typevisitor - visitor@PortedFrom(file="tDLAxiom.h", name="getAtom") public TOntologyAtom getAtom()
getAtom in interface AxiomInterface@PortedFrom(file="tDLAxiom.h", name="setAtom") public void setAtom(TOntologyAtom atom)
setAtom in interface AxiomInterfaceatom - atom@PortedFrom(file="tDLAxiom.h", name="setInSS") public void setInSS(boolean flag)
setInSS in interface AxiomInterfaceflag - flag@PortedFrom(file="tDLAxiom.h", name="isInSS") public boolean isInSS()
isInSS in interface AxiomInterface@PortedFrom(file="tDLAxiom.h", name="getSignature") public TSignature getSignature()
getSignature in interface AxiomInterfacepublic org.semanticweb.owlapi.model.OWLAxiom getOWLAxiom()
getOWLAxiom in interface AxiomInterface@PortedFrom(file="tDLAxiom.h", name="getId") public int getId()
getId in interface AxiomInterfacepublic boolean isInModule()
isInModule in interface AxiomInterfacepublic boolean isUsed()
isUsed in interface AxiomInterface@PortedFrom(file="tDLAxiom.h", name="setId") public void setId(int Id)
setId in interface AxiomInterfaceId - Id@PortedFrom(file="tDLAxiom.h", name="setInModule") public void setInModule(boolean inModule)
setInModule in interface AxiomInterfaceinModule - inModule@PortedFrom(file="tDLAxiom.h", name="setUsed") public void setUsed(boolean Used)
setUsed in interface AxiomInterfaceUsed - UsedCopyright © 2015 The University of Manchester. All rights reserved.