public interface Predicate extends Serializable
| Modifier and Type | Method and Description |
|---|---|
static List<Predicate> |
fromGraphElement(GraphElement element,
String defaultLabel)
Builds predicates from label and property definitions embedded at an
GraphElement. |
Predicate[] |
getArguments()
Returns the predicates arguments
|
Set<String> |
getVariables()
Returns the variables which are referenced by the predicate
|
static List<Predicate> fromGraphElement(GraphElement element, String defaultLabel)
GraphElement.element - the element to extract fromPredicate[] getArguments()
Copyright © 2017. All rights reserved.