Class DataStorePart
java.lang.Object
tech.oxfordsemantic.jrdfox.client.DataStorePart
public class DataStorePart
extends java.lang.Object
Describes a part of the data store. This is a class rather than an enumeration because constants in this class can be or-ed together.
-
Field Summary
Fields Modifier and Type Field Description static int
AXIOMS
static int
COMMIT_PROCEDURE
static int
DATA_STORE_PROPERTIES
static int
DELTA_QUERIES
static int
FACTS
static int
PREFIXES
static int
RULES
-
Constructor Summary
Constructors Constructor Description DataStorePart()
-
Method Summary
-
Field Details
-
DATA_STORE_PROPERTIES
public static final int DATA_STORE_PROPERTIES- See Also:
- Constant Field Values
-
PREFIXES
public static final int PREFIXES- See Also:
- Constant Field Values
-
FACTS
public static final int FACTS- See Also:
- Constant Field Values
-
COMMIT_PROCEDURE
public static final int COMMIT_PROCEDURE- See Also:
- Constant Field Values
-
DELTA_QUERIES
public static final int DELTA_QUERIES- See Also:
- Constant Field Values
-
AXIOMS
public static final int AXIOMS- See Also:
- Constant Field Values
-
RULES
public static final int RULES- See Also:
- Constant Field Values
-
-
Constructor Details
-
DataStorePart
public DataStorePart()
-