Module org.apache.jena.core
Class OntModelSpecAssembler
java.lang.Object
org.apache.jena.assembler.assemblers.AssemblerBase
org.apache.jena.assembler.assemblers.OntModelSpecAssembler
- All Implemented Interfaces:
Assembler
@Deprecated(forRemoval=true)
public class OntModelSpecAssembler
extends AssemblerBase
implements Assembler
Deprecated, for removal: This API element is subject to removal in a future version.
An OntModelSpecAssembler constructs OntModelSpec's from their
RDF description. The description allows the document manager, the
reasoner factory, the ont language, and the import model getter to
be specified: the default values will be those of OWL_MEM_RDFS_INF,
unless the root is ja:SPOO for some constant SPOO of OntModelSpec,
in which case the defaults are taken from there.
-
Field Summary
Fields inherited from interface org.apache.jena.assembler.Assembler
content, defaultModel, documentManager, general, infModel, memoryModel, ontModel, ontModelSpec, prefixMapping, reasonerFactory, ruleSet, unionModel -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic OntModelSpecgetOntModelSpecField(String name) Deprecated, for removal: This API element is subject to removal in a future version.Answer the OntModelSpec in the OntModelSpec class with the given member name, or null if there isn't one.Deprecated, for removal: This API element is subject to removal in a future version.The core operation: answer a new object constructed according to the object description hanging fromroot, using the assemblerafor any sub-objects.Methods inherited from class org.apache.jena.assembler.assemblers.AssemblerBase
getOptionalClassName, getRequiredResource, open, open, openModel, openModel
-
Constructor Details
-
OntModelSpecAssembler
public OntModelSpecAssembler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
open
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:AssemblerThe core operation: answer a new object constructed according to the object description hanging fromroot, using the assemblerafor any sub-objects. Usemodeto decide if persistent objects are to be re-used or created; this mode is passed down to all sub-object construction.- Specified by:
openin interfaceAssembler- Specified by:
openin classAssemblerBase
-
getOntModelSpecField
Deprecated, for removal: This API element is subject to removal in a future version.Answer the OntModelSpec in the OntModelSpec class with the given member name, or null if there isn't one.
-