| Package | Description |
|---|---|
| com.clarkparsia.pellet.el | |
| org.mindswap.pellet | |
| org.mindswap.pellet.taxonomy | |
| org.mindswap.pellet.taxonomy.printer | |
| org.mindswap.pellet.utils |
| Modifier and Type | Method and Description |
|---|---|
Taxonomy<aterm.ATermAppl> |
GenericTaxonomyBuilder.build(MultiValueMap<aterm.ATermAppl,aterm.ATermAppl> subsumers) |
Taxonomy<aterm.ATermAppl> |
SimplifiedELClassifier.getToldTaxonomy() |
| Modifier and Type | Field and Description |
|---|---|
protected Taxonomy<aterm.ATermAppl> |
RoleTaxonomyBuilder.taxonomy |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Field and Description |
|---|---|
protected Taxonomy<aterm.ATermAppl> |
CDOptimizedTaxonomyBuilder.taxonomy |
protected Taxonomy<aterm.ATermAppl> |
CDOptimizedTaxonomyBuilder.toldTaxonomy |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Field and Description |
|---|---|
protected Taxonomy<T> |
TreeTaxonomyPrinter.taxonomy |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFXMLTaxonomyPrinter.print(Taxonomy<aterm.ATermAppl> taxonomy) |
void |
RDFXMLTaxonomyPrinter.print(Taxonomy<aterm.ATermAppl> taxonomy,
PrintWriter out) |
void |
FunctionalTaxonomyPrinter.print(Taxonomy<T> taxonomy) |
void |
TreeTaxonomyPrinter.print(Taxonomy<T> taxonomy) |
void |
TaxonomyPrinter.print(Taxonomy<T> taxonomy) |
void |
FunctionalTaxonomyPrinter.print(Taxonomy<T> taxonomy,
PrintWriter out) |
void |
TreeTaxonomyPrinter.print(Taxonomy<T> taxonomy,
PrintWriter out) |
void |
TaxonomyPrinter.print(Taxonomy<T> taxonomy,
PrintWriter out) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Taxonomy<T> |
PartialOrderBuilder.build(Collection<? extends T> elements,
PartialOrderComparator<T> comparator) |
static <T> Taxonomy<T> |
PartialOrderBuilder.build(Collection<? extends T> elements,
PartialOrderComparator<T> comparator,
T top,
T bottom) |
Taxonomy<T> |
PartialOrderBuilder.getTaxonomy() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TaxonomyUtils.addSuperExplanation(Taxonomy<aterm.ATermAppl> t,
aterm.ATermAppl sub,
aterm.ATermAppl sup,
Set<aterm.ATermAppl> explanation) |
static void |
TaxonomyUtils.clearAllInstances(Taxonomy<?> t) |
static void |
TaxonomyUtils.clearSuperExplanation(Taxonomy<aterm.ATermAppl> t,
aterm.ATermAppl c) |
static <T,I> Set<I> |
TaxonomyUtils.getAllInstances(Taxonomy<T> t,
T c)
Retrieve all instances of a class (based on the current state of the
taxonomy)
|
static <T,I> Set<I> |
TaxonomyUtils.getDirectInstances(Taxonomy<T> t,
T c)
Retrieve direct instances of a class (based on current state of the
taxonomy)
|
static Set<Set<aterm.ATermAppl>> |
TaxonomyUtils.getSuperExplanations(Taxonomy<aterm.ATermAppl> t,
aterm.ATermAppl sub,
aterm.ATermAppl sup) |
static <T> Set<Set<T>> |
TaxonomyUtils.getTypes(Taxonomy<T> t,
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) |
| Constructor and Description |
|---|
PartialOrderBuilder(Taxonomy<T> taxonomy,
PartialOrderComparator<T> comparator)
Initialize the builder with given taxonomy and comparator.
|
Copyright © 2019. All rights reserved.