public class Config
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ASK |
static boolean |
BGPs |
static java.lang.String |
clauseFilter |
static boolean |
CONSTRUCT |
static boolean |
DESCRIBE |
static boolean |
DISTINCT |
static boolean |
drawVoronoiDiagram |
static java.lang.String |
featureFilter |
static boolean |
FILTER |
static boolean |
GROUPBY |
static boolean |
joinVertices |
static boolean |
LIMIT |
static boolean |
meanJoinVerticesDegree |
static boolean |
meanTriplePatternSelectivity |
static boolean |
OFFSET |
static boolean |
OPTIONAL |
static boolean |
ORDERBY |
static boolean |
REGEX |
static boolean |
resultSize |
static boolean |
runTime |
static boolean |
SELECT |
static boolean |
triplePatternsCount |
static boolean |
UNION |
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
public static java.lang.String featureFilter
public static java.lang.String clauseFilter
public static boolean CONSTRUCT
public static boolean ASK
public static boolean DESCRIBE
public static boolean SELECT
public static boolean triplePatternsCount
public static boolean resultSize
public static boolean joinVertices
public static boolean meanJoinVerticesDegree
public static boolean meanTriplePatternSelectivity
public static boolean BGPs
public static boolean UNION
public static boolean FILTER
public static boolean OPTIONAL
public static boolean DISTINCT
public static boolean ORDERBY
public static boolean GROUPBY
public static boolean LIMIT
public static boolean REGEX
public static boolean OFFSET
public static boolean runTime
public static boolean drawVoronoiDiagram