Documentation of 'visad.data.in.NotCondition' Java class
NotCondition
visad.data.in

Class NotCondition



  • public class NotCondition
    extends Condition
    Provides support for negating the condition for a VisAD data object.

    Instances are immutable.

    • Method Detail

      • notCondition

        public static NotCondition notCondition(Condition condition)
        Returns an instance of this class. Constructs from a condition for a VisAD data object. VisAD data objects that do not satisfy the given condition will satisfy this condition.
        Parameters:
        condition - A condition for a VisAD data object.
        Returns:
        An instance of this class.
      • isSatisfied

        public boolean isSatisfied(DataImpl data)
        Indicates if a VisAD data object satisfies this condition.
        Specified by:
        isSatisfied in class Condition
        Parameters:
        data - A VisAD data object.
        Returns:
        true if and only if the VisAD data object doesn't satisfy the condition used during this instance's construction.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.