Package openGql.grammar
Class Predicate.AllDifferentPredicate
- java.lang.Object
-
- openGql.grammar.Predicate
-
- openGql.grammar.Predicate.AllDifferentPredicate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Predicate>
- Enclosing class:
- Predicate
public static final class Predicate.AllDifferentPredicate extends Predicate implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.Predicate
Predicate.AllDifferentPredicate, Predicate.DirectedPredicate, Predicate.ExistsPredicate, Predicate.LabeledPredicate, Predicate.NullPredicate, Predicate.PartialVisitor<R>, Predicate.PropertyExistsPredicate, Predicate.SamePredicate, Predicate.SourceDestinationPredicate, Predicate.ValueTypePredicate, Predicate.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description AllDifferentPredicatevalue-
Fields inherited from class openGql.grammar.Predicate
ALL_DIFFERENT_PREDICATE, DIRECTED_PREDICATE, EXISTS_PREDICATE, LABELED_PREDICATE, NULL_PREDICATE, PROPERTY_EXISTS_PREDICATE, SAME_PREDICATE, SOURCE_DESTINATION_PREDICATE, TYPE_, VALUE_TYPE_PREDICATE
-
-
Constructor Summary
Constructors Constructor Description AllDifferentPredicate(AllDifferentPredicate value)Constructs an immutablePredicate.AllDifferentPredicate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(Predicate.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(Predicate other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final AllDifferentPredicate value
-
-
Constructor Detail
-
AllDifferentPredicate
public AllDifferentPredicate(AllDifferentPredicate value)
Constructs an immutablePredicate.AllDifferentPredicate.
-
-
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(Predicate other)
- Specified by:
compareToin interfacejava.lang.Comparable<Predicate>
-
accept
public <R> R accept(Predicate.Visitor<R> visitor)
Dispatch tovisitor.
-
-