java.util.Iterator<java.util.Map.Entry<java.util.Set<T>,java.lang.Object>> |
Taxonomy.datumEquivalentsPair(TaxonomyUtils.TaxonomyKey key) |
Iterate over getNodes() in taxonomy (no specific order)returning pair of equivalence set and datum associated with key for each.
|
java.util.Iterator<java.util.Map.Entry<java.util.Set<T>,java.lang.Object>> |
TaxonomyImpl.datumEquivalentsPair(TaxonomyUtils.TaxonomyKey key) |
Iterate over nodes in taxonomy (no specific order)returning pair of equivalence set and datum associated with key for each.
|
java.util.Iterator<java.lang.Object> |
Taxonomy.depthFirstDatumOnly(T t,
TaxonomyUtils.TaxonomyKey key) |
Iterate down taxonomy in a _depth first traversal, beginning with class c, returning only datum associated with _key for each.
|
java.util.Iterator<java.lang.Object> |
TaxonomyImpl.depthFirstDatumOnly(T t,
TaxonomyUtils.TaxonomyKey key) |
Iterate down taxonomy in a _depth first traversal, beginning with class c, returning only datum associated with _key for each.
|
default java.lang.Object |
Taxonomy.getDatum(T t,
TaxonomyUtils.TaxonomyKey key) |
Get datum on taxonomy elements associated with _key
|
default java.lang.Object |
Taxonomy.putDatum(T t,
TaxonomyUtils.TaxonomyKey key,
java.lang.Object value) |
Set a datum value associated with key on a taxonomy element
|
default java.lang.Object |
Taxonomy.removeDatum(T t,
TaxonomyUtils.TaxonomyKey key) |
|
java.lang.Object |
TaxonomyImpl.removeDatum(T t,
TaxonomyUtils.TaxonomyKey key) |
|