@PortedFrom(file="tDLAxiom.h", name="TDLAxiom") public interface Axiom extends Entity
| 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) |
void |
setUsed(boolean Used)
set the used flag
|
@Original org.semanticweb.owlapi.model.OWLAxiom getOWLAxiom()
@PortedFrom(file="tDLAxiom.h", name="setId") void setId(int Id)
@PortedFrom(file="tDLAxiom.h", name="getId") int getId()
@PortedFrom(file="tDLAxiom.h", name="setUsed") void setUsed(boolean Used)
@PortedFrom(file="tDLAxiom.h", name="isUsed") boolean isUsed()
@PortedFrom(file="tDLAxiom.h", name="isInModule") boolean isInModule()
@PortedFrom(file="tDLAxiom.h", name="setInModule") void setInModule(boolean inModule)
@PortedFrom(file="tDLAxiom.h", name="accept") void accept(DLAxiomVisitor visitor)
@PortedFrom(file="tDLAxiom.h", name="accept") <O> O accept(DLAxiomVisitorEx<O> visitor)
@PortedFrom(file="tDLAxiom.h", name="setInSS") void setInSS(boolean flag)
@PortedFrom(file="tDLAxiom.h", name="isInSS") boolean isInSS()
@PortedFrom(file="tDLAxiom.h", name="getSignature") TSignature getSignature()
@PortedFrom(file="tDLAxiom.h", name="getAtom") TOntologyAtom getAtom()
@PortedFrom(file="tDLAxiom.h", name="setAtom") void setAtom(TOntologyAtom atom)
Copyright © 2013 The University of Manchester. All Rights Reserved.