public abstract class ConnectiveJanusPredicate extends ArrayList<JanusGraphPredicate> implements JanusGraphPredicate
modCount| Constructor and Description |
|---|
ConnectiveJanusPredicate() |
ConnectiveJanusPredicate(List<JanusGraphPredicate> predicates) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNegation() |
boolean |
isValidCondition(Object condition) |
boolean |
isValidValueType(Class<?> clazz) |
JanusGraphPredicate |
negate() |
boolean |
test(Object value,
Object condition) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitisQNFgetPredicateNameand, orcontainsAll, equals, hashCodeparallelStream, streampublic ConnectiveJanusPredicate()
public ConnectiveJanusPredicate(List<JanusGraphPredicate> predicates)
public boolean isValidCondition(Object condition)
isValidCondition in interface JanusGraphPredicatepublic boolean isValidValueType(Class<?> clazz)
isValidValueType in interface JanusGraphPredicatepublic boolean hasNegation()
hasNegation in interface JanusGraphPredicatepublic JanusGraphPredicate negate()
negate in interface BiPredicate<Object,Object>negate in interface org.apache.tinkerpop.gremlin.process.traversal.PBiPredicate<Object,Object>negate in interface JanusGraphPredicatepublic boolean test(Object value, Object condition)
test in interface BiPredicate<Object,Object>test in interface JanusGraphPredicateCopyright © 2012–2023. All rights reserved.