Class NotCondition
- java.lang.Object
-
- com.gdblab.pathAlgebra.expressions.NotCondition
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NotCondition>
public class NotCondition extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NotCondition>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotCondition(SelectionCondition condition)Constructs an immutableNotCondition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(NotCondition other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thecom.gdblab.pathAlgebra.expressions.NotConditiontype.
-
CONDITION
public static final Name CONDITION
Name of thecom.gdblab.pathAlgebra.expressions.NotCondition.conditionfield.
-
condition
public final SelectionCondition condition
-
-
Constructor Detail
-
NotCondition
public NotCondition(SelectionCondition condition)
Constructs an immutableNotCondition.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(NotCondition other)
- Specified by:
compareToin interfacejava.lang.Comparable<NotCondition>
-
-