| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact.kernel | |
| uk.ac.manchester.cs.jfact.kernel.actors |
| Modifier and Type | Field and Description |
|---|---|
protected TaxonomyVertex |
Taxonomy.current
aux.
|
protected TaxonomyVertex |
ClassifiableEntry.taxVertex
link to taxonomy entry for current entry
|
| Modifier and Type | Method and Description |
|---|---|
TaxonomyVertex |
Taxonomy.getBottomVertex()
special access to BOTTOM of taxonomy
|
TaxonomyVertex |
TaxonomyVertex.getSynonymNode() |
TaxonomyVertex |
ClassifiableEntry.getTaxVertex()
get taxonomy vertex of the entry
|
TaxonomyVertex |
Taxonomy.getTopVertex()
special access to TOP of taxonomy
|
| Modifier and Type | Method and Description |
|---|---|
List<TaxonomyVertex> |
TaxonomyVertex.neigh(boolean upDirection)
indirect RW access to Links
|
| Modifier and Type | Method and Description |
|---|---|
void |
Taxonomy.addCurrentToSynonym(TaxonomyVertex syn) |
void |
TaxonomyVertex.addNeighbour(boolean upDirection,
TaxonomyVertex p)
add link in given direction to vertex
|
void |
Taxonomy.getRelativesInfo(TaxonomyVertex node,
Actor actor,
boolean needCurrent,
boolean onlyDirect,
boolean upDirection)
apply ACTOR to subgraph starting from NODE as defined by flags;
|
boolean |
Taxonomy.getRelativesInfo(TaxonomyVertex node,
SupConceptActor actor,
boolean needCurrent,
boolean onlyDirect,
boolean upDirection)
apply ACTOR to subgraph starting from NODE as defined by flags; this
version is intended to work only with SupConceptActor, which requires the
method to return as soon as the apply() method returns false
|
protected void |
Taxonomy.propagateTrueUp(TaxonomyVertex node) |
boolean |
TaxonomyVertex.removeLink(boolean upDirection,
TaxonomyVertex p) |
void |
ClassifiableEntry.setTaxVertex(TaxonomyVertex vertex)
set up given entry
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaxonomyActor.apply(TaxonomyVertex v) |
boolean |
SupConceptActor.apply(TaxonomyVertex v) |
boolean |
RIActor.apply(TaxonomyVertex v) |
boolean |
AddRoleActor.apply(TaxonomyVertex v) |
boolean |
Actor.apply(TaxonomyVertex v) |
Copyright © 2013 The University of Manchester. All Rights Reserved.