Interface InstanceTaxonomyOrderPredicate

All Superinterfaces:
InstanceEnumerationPredicate, InstancePredicate, InstanceValueOrderPredicate
All Known Implementing Classes:
InstanceTaxonomyOrderPredicateImpl

public interface InstanceTaxonomyOrderPredicate extends InstanceValueOrderPredicate
A TaxonomyOrder orderes the values of a InstanceEnumerationPredicate in a taxonomy.

Each Taxonomy contains a root node that must be defined first with the method addRelation(AtomicObject, AtomicObject) whereby the first parameter must be null. Any further node can be added with this method.

The values must be defined in the InstanceEnumerationPredicate and are checked during the finishing process of the corresponding AtomicClass.

Author:
Rainer Maximini
See Also: