public static interface ArbitraryLengthPathNode.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
DROP_VARS
A set of intermediate variables (VarNodes) used by the ALP node
that should be dropped from the solutions after each round.
|
static String |
EDGE_VAR
The variable representing the visited edge.
|
static String |
LEFT_TERM
The left term - can be a variable or a constant.
|
static String |
LOWER_BOUND
The lower bound on the number of rounds to run.
|
static String |
MIDDLE_TERM
The middle term - can be a variable or a constant.
|
static String |
RIGHT_TERM
The right term - can be a variable or a constant.
|
static String |
TRANSITIVITY_VAR_LEFT
The left transitivity variable.
|
static String |
TRANSITIVITY_VAR_RIGHT
The right transitivity variable.
|
static String |
UPPER_BOUND
The upper bound on the number of rounds to run.
|
QUERY_HINTS
DEFAULT_MINUS, DEFAULT_OPTIONAL, FILTERS, MINUS, OPTIONAL
static final String LEFT_TERM
static final String RIGHT_TERM
static final String TRANSITIVITY_VAR_LEFT
static final String TRANSITIVITY_VAR_RIGHT
static final String LOWER_BOUND
static final String UPPER_BOUND
static final String MIDDLE_TERM
static final String EDGE_VAR
static final String DROP_VARS
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.