@PortedFrom(file="tOntology.h", name="TOntology") public class Ontology extends Object implements Serializable
| Constructor and Description |
|---|
Ontology()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapitools.decomposition.AxiomWrapper |
add(org.semanticweb.owlapitools.decomposition.AxiomWrapper p)
add given axiom to the ontology
|
void |
clear()
clear the ontology
|
org.semanticweb.owlapitools.decomposition.AxiomWrapper |
get(int i) |
List<org.semanticweb.owlapitools.decomposition.AxiomWrapper> |
getAxioms() |
ExpressionCache |
getExpressionManager() |
List<org.semanticweb.owlapitools.decomposition.AxiomWrapper> |
getRetracted() |
Collection<NamedEntity> |
getSignature() |
boolean |
isChanged() |
void |
retract(org.semanticweb.owlapitools.decomposition.AxiomWrapper p)
retract given axiom to the ontology
|
void |
safeClear()
safe clear the ontology (do not remove axioms)
|
void |
setProcessed()
set the processed marker to the end of the ontology
|
Stream<Expression> |
signature() |
int |
size() |
@PortedFrom(file="tOntology.h", name="get") public org.semanticweb.owlapitools.decomposition.AxiomWrapper get(int i)
i - i@PortedFrom(file="tOntology.h", name="isChanged") public boolean isChanged()
@PortedFrom(file="tOntology.h", name="setProcessed") public void setProcessed()
@PortedFrom(file="tOntology.h", name="add") public org.semanticweb.owlapitools.decomposition.AxiomWrapper add(org.semanticweb.owlapitools.decomposition.AxiomWrapper p)
p - p@PortedFrom(file="tOntology.h", name="retract") public void retract(org.semanticweb.owlapitools.decomposition.AxiomWrapper p)
p - p@PortedFrom(file="tOntology.h", name="clear") public void clear()
@PortedFrom(file="tOntology.h", name="safeClear") public void safeClear()
@PortedFrom(file="tOntology.h", name="getExpressionManager") public ExpressionCache getExpressionManager()
@PortedFrom(file="tOntology.h", name="getAxioms") public List<org.semanticweb.owlapitools.decomposition.AxiomWrapper> getAxioms()
@PortedFrom(file="tOntology.h", name="size") public int size()
@Original public List<org.semanticweb.owlapitools.decomposition.AxiomWrapper> getRetracted()
@PortedFrom(file="tOntology.h", name="getSignature") public Stream<Expression> signature()
public Collection<NamedEntity> getSignature()
Copyright © 2018 The University of Manchester. All rights reserved.