| Constructor and Description |
|---|
TaxonomyActor(ExpressionManager em,
Policy policy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(TaxonomyVertex v) |
Collection<Collection<ConceptExpression>> |
getClassElements()
get 2D array of all required elements of the taxonomy
|
Collection<ConceptExpression> |
getClassSynonyms()
get single vector of synonyms (necessary for Equivalents, for example)
|
Collection<Collection<DataRoleExpression>> |
getDataPropertyElements() |
Collection<DataRoleExpression> |
getDataPropertySynonyms() |
Collection<Collection<IndividualExpression>> |
getIndividualElements()
get 2D array of all required elements of the taxonomy
|
Collection<IndividualExpression> |
getIndividualSynonyms() |
Collection<Collection<ObjectRoleExpression>> |
getObjectPropertyElements()
get 2D array of all required elements of the taxonomy
|
Collection<ObjectRoleExpression> |
getObjectPropertySynonyms() |
Collection<ConceptExpression> |
getPlainClassElements() |
Collection<IndividualExpression> |
getPlainIndividualElements() |
List<Expression> |
tryEntry(ClassifiableEntry p)
try current entry
|
public TaxonomyActor(ExpressionManager em, Policy policy)
public List<Expression> tryEntry(ClassifiableEntry p)
public Collection<ConceptExpression> getClassSynonyms()
public Collection<IndividualExpression> getIndividualSynonyms()
public Collection<ObjectRoleExpression> getObjectPropertySynonyms()
public Collection<DataRoleExpression> getDataPropertySynonyms()
public Collection<IndividualExpression> getPlainIndividualElements()
public Collection<ConceptExpression> getPlainClassElements()
public Collection<Collection<ConceptExpression>> getClassElements()
public Collection<Collection<ObjectRoleExpression>> getObjectPropertyElements()
public Collection<Collection<DataRoleExpression>> getDataPropertyElements()
public Collection<Collection<IndividualExpression>> getIndividualElements()
public boolean apply(TaxonomyVertex v)
Copyright © 2013 The University of Manchester. All Rights Reserved.