| Constructor and Description |
|---|
AxiomConceptInclusion(org.semanticweb.owlapi.model.OWLAxiom ax,
ConceptExpression sub,
ConceptExpression sup) |
| 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() |
ConceptExpression |
getSubConcept() |
ConceptExpression |
getSupConcept() |
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() |
public AxiomConceptInclusion(org.semanticweb.owlapi.model.OWLAxiom ax,
ConceptExpression sub,
ConceptExpression sup)
@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="getSubC") public ConceptExpression getSubConcept()
@PortedFrom(file="tDLAxiom.h", name="getSupC") public ConceptExpression getSupConcept()
public String toString()
@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 AxiomCopyright © 2013 The University of Manchester. All Rights Reserved.