Class UniqueAttributeCriterion<T>

  • Type Parameters:
    T - Type of element stored in set.
    All Implemented Interfaces:
    ActivationCriterion

    public class UniqueAttributeCriterion<T>
    extends AbstractActivationCriterion
    Require unique property (derivable from elements of MutableItemSetModel).
    • Constructor Detail

      • UniqueAttributeCriterion

        public UniqueAttributeCriterion​(com.iamsoft.util.collections.model.MutableItemSetModel<T> pModel,
                                        org.apache.commons.collections4.Transformer<T,​?> pTransformer)
    • Method Detail

      • test

        public boolean test()
        Description copied from interface: ActivationCriterion
        TODO: return an Object (null for passed test).