T - type@PortedFrom(file="JNIActor.h", name="TaxonomyActor") public class TaxonomyActor<T extends Expression> extends Object
| Constructor and Description |
|---|
TaxonomyActor(ExpressionCache em,
Policy p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applicable(TaxonomyVertex v) |
boolean |
apply(TaxonomyVertex v)
Taxonomy walking method.
|
void |
clear()
clear collections
|
List<Collection<T>> |
getElements() |
Collection<T> |
getSynonyms() |
void |
removePastBoundaries(Collection<TaxonomyVertex> pastBoundary) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveIndirect@PortedFrom(file="JNIActor.h", name="TaxonomyActor") public TaxonomyActor(ExpressionCache em, Policy p)
em - emp - ppublic boolean applicable(TaxonomyVertex v)
v - vertex to check@PortedFrom(file="JNIActor.h", name="clear") public void clear()
Actor@PortedFrom(file="JNIActor.h", name="getSynonyms") public Collection<T> getSynonyms()
@PortedFrom(file="JNIActor.h", name="getElements") public List<Collection<T>> getElements()
@PortedFrom(file="JNIActor.h", name="apply") public boolean apply(TaxonomyVertex v)
WalkerInterfaceapply in interface WalkerInterfacev - taxonomy vertexpublic void removePastBoundaries(Collection<TaxonomyVertex> pastBoundary)
pastBoundary - nodes to removeCopyright © 2018 The University of Manchester. All rights reserved.