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.
  • Constructor Details

    • OntModelSpecAssembler

      public OntModelSpecAssembler()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • open

      public Object open(Assembler a, Resource root, Mode irrelevant)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Assembler
      The core operation: answer a new object constructed according to the object description hanging from root, using the assembler a for any sub-objects. Use mode to decide if persistent objects are to be re-used or created; this mode is passed down to all sub-object construction.
      Specified by:
      open in interface Assembler
      Specified by:
      open in class AssemblerBase
    • getOntModelSpecField

      public static OntModelSpec getOntModelSpecField(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.