Interface InstanceEnumerationPredicate

    • Method Detail

      • addValue

        void addValue​(AtomicObject newValue)
        Adds the value to the value set. The add command is not propagated to including orders.
        Parameters:
        newValue - a AtomicObject object
      • getValues

        List<AtomicObject> getValues()

        getValues.

        Returns:
        An array of all values in this predicate.
      • removeValue

        void removeValue​(AtomicObject value)
        Removes the object from the value set if the value exists. The remove command is not propagated to including orders.
        Parameters:
        value - a AtomicObject object