|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.clarkparsia.stardog.jena.StardogModelAssembler.Vocabulary
public static final class StardogModelAssembler.Vocabulary
Stardog assembler vocabulary.
| Field Summary | |
|---|---|
static Resource |
Database
Type to identify a Stardog database. |
static Property |
name
Name of the Stardog database. |
static Property |
password
Password to use for connecting to the Stardog database. |
static Property |
reasoningType
Reasoning level to use for querying the Stardog database. |
static Property |
singletonSecurity
Deprecated. not used anymore |
static String |
URI
Base URI used in the Stardog assembler descriptions. |
static Property |
url
URL of the Stardog server. |
static Property |
username
Username to use for connecting to the Stardog database. |
| Constructor Summary | |
|---|---|
StardogModelAssembler.Vocabulary()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String URI
public static final Resource Database
public static final Property url
snarl://localhost:5820/
ConnectionConfiguration.to(String)public static final Property name
ConnectionConfiguration.to(String)public static final Property username
ConnectionConfiguration.credentials(String, String)public static final Property password
ConnectionConfiguration.credentials(String, String)public static final Property reasoningType
ConnectionConfiguration.reasoning(ReasoningType)@Deprecated public static final Property singletonSecurity
| Constructor Detail |
|---|
public StardogModelAssembler.Vocabulary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||