| Package | Description |
|---|---|
| org.s1ck.gdl | |
| org.s1ck.gdl.model.predicates | |
| org.s1ck.gdl.model.predicates.booleans | |
| org.s1ck.gdl.model.predicates.expressions |
| Modifier and Type | Method and Description |
|---|---|
Optional<Predicate> |
GDLHandler.getPredicates()
Returns the predicates defined by the query in CNF.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate[] |
Predicate.getArguments()
Returns the predicates arguments
|
| Modifier and Type | Method and Description |
|---|---|
static List<Predicate> |
Predicate.fromGraphElement(GraphElement element,
String defaultLabel)
Builds predicates from label and property definitions embedded at an
GraphElement. |
| Modifier and Type | Class and Description |
|---|---|
class |
And |
class |
Not |
class |
Or |
class |
Xor |
| Modifier and Type | Method and Description |
|---|---|
Predicate[] |
Xor.getArguments() |
Predicate[] |
Not.getArguments() |
Predicate[] |
Or.getArguments() |
Predicate[] |
And.getArguments() |
| Constructor and Description |
|---|
And(Predicate lhs,
Predicate rhs) |
Not(Predicate expression) |
Or(Predicate lhs,
Predicate rhs) |
Xor(Predicate lhs,
Predicate rhs) |
| Modifier and Type | Class and Description |
|---|---|
class |
Comparison
Represents a comparison of two values
|
| Modifier and Type | Method and Description |
|---|---|
Predicate[] |
Comparison.getArguments() |
Copyright © 2017. All rights reserved.