com.hp.hpl.jena.assembler |
|
Java Source File Name | Type | Comment |
Assembler.java | Interface | An Assembler creates objects from their RDF descriptions. |
AssemblerHelp.java | Class | AssemblerHelp provides utility methods used by, and useful for working with,
the Assembler code, including the methods that expand a model to include the
required inferences and to find the most specific type of a root in an
assembler specification. |
BadObjectException.java | Class | Exception used to report that the object of a statement is not a Resource.
The subject of the exception is treated as the root object. |
ConnectionDescription.java | Class | A ConnectionDescription holds the information required to construct an
IDBConnection, and can construct that connection on demand. |
Content.java | Class | A Content object records content to be used to fill models. |
ImportManager.java | Class | |
JA.java | Class | |
Mode.java | Class | A Mode object controls whether persistent objects can be created or reused
by an assembler. |
ModelExpansion.java | Class | The ModelExpansion code expands a model M against a
schema S , returning a new model which contains
- the statements of M
- any statements (A rdfs:subClassOf B) from S where neither A nor B
is a bnode.
|
RuleSet.java | Class | A RuleSet wraps a list of rules. |