|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Taxonomy in com.clarkparsia.modularity |
---|
Methods in com.clarkparsia.modularity that return Taxonomy | |
---|---|
static Taxonomy<org.semanticweb.owlapi.model.OWLClass> |
IncrementalClassifier.buildClassHierarchy(PelletReasoner reasoner)
Build the class hierarchy based on the results from the reasoner |
Taxonomy<org.semanticweb.owlapi.model.OWLClass> |
IncrementalClassifier.getTaxonomy()
|
Taxonomy<org.semanticweb.owlapi.model.OWLClass> |
IncrementalClassifier.PersistedState.getTaxonomy()
|
Methods in com.clarkparsia.modularity with parameters of type Taxonomy | |
---|---|
java.util.Set<org.semanticweb.owlapi.model.OWLEntity> |
AbstractModuleExtractor.updateModules(Taxonomy<org.semanticweb.owlapi.model.OWLClass> taxonomy,
boolean add)
Update the modules with the changes that have been put into the queue so far. |
java.util.Set<org.semanticweb.owlapi.model.OWLEntity> |
ModuleExtractor.updateModules(Taxonomy<org.semanticweb.owlapi.model.OWLClass> taxonomy,
boolean add)
Update the modules with the changes that have been put into the queue so far. |
Constructors in com.clarkparsia.modularity with parameters of type Taxonomy | |
---|---|
IncrementalClassifier.DisjointClassComparator(Taxonomy<org.semanticweb.owlapi.model.OWLClass> taxonomy,
org.semanticweb.owlapi.model.OWLClassExpression originalClass)
|
|
IncrementalClassifier.PersistedState(ModuleExtractor extractor,
Taxonomy<org.semanticweb.owlapi.model.OWLClass> taxonomy,
boolean realized)
|
Uses of Taxonomy in com.clarkparsia.modularity.io |
---|
Methods in com.clarkparsia.modularity.io that return Taxonomy | |
---|---|
static Taxonomy<org.semanticweb.owlapi.model.OWLClass> |
TaxonomyPersistence.load(java.io.InputStream is)
Loads the taxonomy from a stream |
Methods in com.clarkparsia.modularity.io with parameters of type Taxonomy | |
---|---|
static void |
TaxonomyPersistence.save(Taxonomy<org.semanticweb.owlapi.model.OWLClass> taxonomy,
java.io.OutputStream outputStream)
Saves a taxonomy into a stream. |
Uses of Taxonomy in com.clarkparsia.pellet.el |
---|
Methods in com.clarkparsia.pellet.el that return Taxonomy | |
---|---|
Taxonomy<aterm.ATermAppl> |
GenericTaxonomyBuilder.build(MultiValueMap<aterm.ATermAppl,aterm.ATermAppl> subsumers)
|
Taxonomy<aterm.ATermAppl> |
SimplifiedELClassifier.getToldTaxonomy()
|
Uses of Taxonomy in com.clarkparsia.pellet.owlapiv3 |
---|
Methods in com.clarkparsia.pellet.owlapiv3 with parameters of type Taxonomy | |
---|---|
static java.util.Set<org.semanticweb.owlapi.model.OWLNamedIndividual> |
OWLClassTreePrinter.getDirectInstances(Taxonomy<org.semanticweb.owlapi.model.OWLClass> t,
org.semanticweb.owlapi.model.OWLClass c)
Retrieves direct instances of a class from Taxonomy |
Uses of Taxonomy in org.mindswap.pellet |
---|
Methods in org.mindswap.pellet that return Taxonomy | |
---|---|
Taxonomy<aterm.ATermAppl> |
RoleTaxonomyBuilder.classify()
|
Taxonomy<aterm.ATermAppl> |
RBox.getAnnotationTaxonomy()
|
Taxonomy<aterm.ATermAppl> |
RBox.getDataTaxonomy()
|
Taxonomy<aterm.ATermAppl> |
RBox.getObjectTaxonomy()
|
Taxonomy<aterm.ATermAppl> |
KnowledgeBase.getRoleTaxonomy(aterm.ATermAppl r)
|
Taxonomy<aterm.ATermAppl> |
KnowledgeBase.getRoleTaxonomy(boolean objectTaxonomy)
|
Taxonomy<aterm.ATermAppl> |
KnowledgeBase.getTaxonomy()
Get the classification results. |
Taxonomy<aterm.ATermAppl> |
KnowledgeBase.getToldTaxonomy()
|
Uses of Taxonomy in org.mindswap.pellet.jena |
---|
Constructors in org.mindswap.pellet.jena with parameters of type Taxonomy | |
---|---|
TaxonomyExtractor(Taxonomy<aterm.ATermAppl> taxonomy)
|
Uses of Taxonomy in org.mindswap.pellet.taxonomy |
---|
Methods in org.mindswap.pellet.taxonomy that return Taxonomy | |
---|---|
Taxonomy<aterm.ATermAppl> |
CDOptimizedTaxonomyBuilder.getTaxonomy()
|
Taxonomy<aterm.ATermAppl> |
POTaxonomyBuilder.getTaxonomy()
|
Taxonomy<aterm.ATermAppl> |
TaxonomyBuilder.getTaxonomy()
|
Taxonomy<aterm.ATermAppl> |
CDOptimizedTaxonomyBuilder.getToldTaxonomy()
|
Taxonomy<aterm.ATermAppl> |
POTaxonomyBuilder.getToldTaxonomy()
|
Taxonomy<aterm.ATermAppl> |
TaxonomyBuilder.getToldTaxonomy()
|
Uses of Taxonomy in org.mindswap.pellet.taxonomy.printer |
---|
Methods in org.mindswap.pellet.taxonomy.printer with parameters of type Taxonomy | |
---|---|
void |
RDFXMLTaxonomyPrinter.print(Taxonomy<aterm.ATermAppl> taxonomy)
|
void |
RDFXMLTaxonomyPrinter.print(Taxonomy<aterm.ATermAppl> taxonomy,
java.io.PrintWriter out)
|
void |
FunctionalTaxonomyPrinter.print(Taxonomy<T> taxonomy)
|
void |
TaxonomyPrinter.print(Taxonomy<T> taxonomy)
|
void |
TreeTaxonomyPrinter.print(Taxonomy<T> taxonomy)
|
void |
FunctionalTaxonomyPrinter.print(Taxonomy<T> taxonomy,
java.io.PrintWriter out)
|
void |
TaxonomyPrinter.print(Taxonomy<T> taxonomy,
java.io.PrintWriter out)
|
void |
TreeTaxonomyPrinter.print(Taxonomy<T> taxonomy,
java.io.PrintWriter out)
|
Uses of Taxonomy in org.mindswap.pellet.utils |
---|
Methods in org.mindswap.pellet.utils that return Taxonomy | ||
---|---|---|
static
|
PartialOrderBuilder.build(java.util.Collection<? extends T> elements,
PartialOrderComparator<T> comparator)
|
|
static
|
PartialOrderBuilder.build(java.util.Collection<? extends T> elements,
PartialOrderComparator<T> comparator,
T top,
T bottom)
|
|
Taxonomy<T> |
PartialOrderBuilder.getTaxonomy()
|
Methods in org.mindswap.pellet.utils with parameters of type Taxonomy | ||
---|---|---|
static boolean |
TaxonomyUtils.addSuperExplanation(Taxonomy<aterm.ATermAppl> t,
aterm.ATermAppl sub,
aterm.ATermAppl sup,
java.util.Set<aterm.ATermAppl> explanation)
|
|
static void |
TaxonomyUtils.clearAllInstances(Taxonomy<?> t)
|
|
static void |
TaxonomyUtils.clearSuperExplanation(Taxonomy<aterm.ATermAppl> t,
aterm.ATermAppl c)
|
|
static
|
TaxonomyUtils.getAllInstances(Taxonomy<T> t,
T c)
Retrieve all instances of a class (based on the current state of the taxonomy) |
|
static
|
TaxonomyUtils.getDirectInstances(Taxonomy<T> t,
T c)
Retrieve direct instances of a class (based on current state of the taxonomy) |
|
static java.util.Set<java.util.Set<aterm.ATermAppl>> |
TaxonomyUtils.getSuperExplanations(Taxonomy<aterm.ATermAppl> t,
aterm.ATermAppl sub,
aterm.ATermAppl sup)
|
|
static
|
TaxonomyUtils.getTypes(Taxonomy<T> t,
java.lang.Object ind,
boolean directOnly)
Get classes of which the individual is an instance (based on the current state of the taxonomy) |
|
static boolean |
TaxonomyUtils.isType(Taxonomy<aterm.ATermAppl> t,
aterm.ATermAppl ind,
aterm.ATermAppl c)
Determine if an individual is an instance of a class (based on the current state of the taxonomy) |
|
void |
PartialOrderBuilder.setTaxonomy(Taxonomy<T> taxonomy)
|
Constructors in org.mindswap.pellet.utils with parameters of type Taxonomy | |
---|---|
PartialOrderBuilder(Taxonomy<T> taxonomy,
PartialOrderComparator<T> comparator)
Initialize the builder with given taxonomy and comparator. |
Uses of Taxonomy in pellet |
---|
Fields in pellet declared as Taxonomy | |
---|---|
Taxonomy<aterm.ATermAppl> |
PelletTransTree.publicTaxonomy
Unit testing access only |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |