Field Summary |
|
final public static Resource | DefaultModelSpec |
final public static Resource | FileMakerSpec The class of FileMakerSpec resources [subclass of MakerSpec]. |
final public static Resource | FileModelSpec The class of FileModel specifications. |
final public static Resource | InfModelSpec The class of InfModelSpec resources [subclass of ModelSpec]. |
final public static Resource | MakerSpec The class of MakerSpec resources. |
final public static Resource | MemMakerSpec The class of MemMakerSpec resources [subclass of MakerSpec]. |
final public static Resource | ModelSpec The class of ModelSpec resources. |
final public static Resource | OntModelSpec The class of OntModelSpec resources [subclass of InfModelSpec]. |
final public static Resource | PlainModelSpec The class of PlainModelSpec resources [subclass of ModelSpec]. |
final public static Resource | RDBMakerSpec The class of RDBMakerSpec resources [subclass of MakerSpec]. |
final public static Resource | RDBModelSpec |
final public static String | baseURI The base URI for all the JenaModelSpec vocabulary items. |
final public static Property | dbClass The property of an RDBMakerSpec that gives the string to use for class to load
[if any] when making the connection. |
final public static Property | dbPassword The property of an RDBMakerSpec that gives the string to use for the password
when making the connection. |
final public static Property | dbType The property of an RDBMakerSpec that gives the string to use for the database
type when making the connection. |
final public static Property | dbURL The property of an RDBMakerSpec that gives the string to use for the database URL
when making the connection. |
final public static Property | dbUser The property of an RDBMakerSpec that gives the string to use for the user name
when making the connection. |
final public static Property | docManager The property of an OntModelSpec that gives the document manager resource. |
final public static Property | fileBase The property of a FileMakerSpec that gives the fileBase [root directory] of the
FileModelMaker. |
final public static Property | hasConnection |
final public static Property | hasRule The property of a RuleSet that specifies a rule. |
final public static Property | importMaker The property of an OntModelSpec that gives the MakerSpec used when
manufacturing models for imports. |
final public static Property | loadWith The property of a ModelSpec that specifies the URI(s) from which it is
to be loaded when it has been created. |
final public static Property | maker The property of a ModelSpec that specifies the resource which describes the maker. |
final public static Property | modelName The property of a ModelSpec that specifies the model name. |
final public static Property | ontLanguage The property of an OntModelSpec that gives the language URI string. |
final public static Property | policyPath The property of a document manager that gives its policy path string. |
final public static Property | reasoner The property of a ReasonerSpec that gives the resource who's URI is that of
the reasoner to use. |
final public static Property | reasonsWith The property of an InfModelSpec that specifies the ReasonerSpec to use. |
final public static Property | reificationMode The property of a MakerSpec that gives the reification mode for all its models. |
final public static Resource | rsConvenient The resource representing reification mode Convenient. |
final public static Resource | rsMinimal The resource representing reification mode Minimal. |
final public static Resource | rsStandard The resource representing reification mode Standard. |
final public static Property | ruleSet The property of a reasoner spec that specifies in-line rule-sets. |
final public static Property | ruleSetURL The property of a reasoner spec that specifies a rule-set URL. |
protected static Model | schema The JenaModelSpec schema; accessed by getSchema() . |
final public static Property | schemaURL |
final public static Property | typeCreatedBy The property of some subclass of jms:ModelSpec that specifies the name of the
Java class that implements that ModelSpec. |