@PortedFrom(file="WalkerInterface.h", name="WalkerInterface") public interface WalkerInterface
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(TaxonomyVertex v)
Taxonomy walking method.
|
default void |
removeIndirect(Taxonomy v,
boolean direction)
Remove indirect nodes in the given taxonomy according to direction.
|
boolean apply(TaxonomyVertex v)
v - taxonomy vertexdefault void removeIndirect(Taxonomy v, boolean direction)
v - taxonomydirection - up or downCopyright © 2016 The University of Manchester. All rights reserved.