public enum BigdataPredicate extends Enum<BigdataPredicate> implements com.tinkerpop.blueprints.Predicate
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Object arg0,
Object arg1) |
static BigdataPredicate |
toBigdataPredicate(com.tinkerpop.blueprints.Predicate p) |
static BigdataPredicate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigdataPredicate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigdataPredicate EQ
public static final BigdataPredicate NE
public static final BigdataPredicate GT
public static final BigdataPredicate GTE
public static final BigdataPredicate LT
public static final BigdataPredicate LTE
public static final BigdataPredicate IN
public static final BigdataPredicate NIN
public static BigdataPredicate[] values()
for (BigdataPredicate c : BigdataPredicate.values()) System.out.println(c);
public static BigdataPredicate valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean evaluate(Object arg0, Object arg1)
evaluate
in interface com.tinkerpop.blueprints.Predicate
public static BigdataPredicate toBigdataPredicate(com.tinkerpop.blueprints.Predicate p)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.