public class SystemARQ extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
EnableRomanNumerals
Whether support for roman numerals (datatype http://rome.example.org/Numeral).
|
static boolean |
StrictDateTimeFO
Under strict F&O, dateTimes and dates with no timezone have one magically applied.
|
static boolean |
UsePlainGraph
Use a plain graph (sameValueAs is term equality)
|
static boolean |
UseSAX
Whether to use StAX or SAX XML parsing for result sets (StAX preferred).
|
static boolean |
ValueExtensions
Control whether additon datatypes, over and above strict, minimal SPARQL compliance, are handled.
|
Constructor and Description |
---|
SystemARQ() |
Modifier and Type | Method and Description |
---|---|
static Symbol |
allocSymbol(String shortName) |
static Symbol |
allocSymbol(String base,
String shortName) |
static Iterator<SystemInfo> |
registeredSubsystems() |
static void |
registerSubSystem(SystemInfo systemInfo) |
static void |
sync(Dataset dataset)
Sync a Dataset, if underlying storage provides sync.
|
static void |
sync(DatasetGraph dataset)
Sync carefully for compound objects
|
static void |
sync(Graph graph)
Sync if provided.
|
static void |
sync(Model model)
Sync a Model if it provides the underlying graph provides sync .
|
static void |
syncObject(Object object)
Sync an object if synchronizable (model, graph, dataset).
|
public static boolean ValueExtensions
public static boolean StrictDateTimeFO
public static boolean EnableRomanNumerals
public static boolean UsePlainGraph
public static boolean UseSAX
public static void sync(Model model)
public static void sync(Graph graph)
public static void sync(Dataset dataset)
public static void sync(DatasetGraph dataset)
public static void syncObject(Object object)
public static void registerSubSystem(SystemInfo systemInfo)
public static Iterator<SystemInfo> registeredSubsystems()
Licenced under the Apache License, Version 2.0