Uses of Interface
com.hp.hpl.jena.assembler.Assembler

Packages that use Assembler
com.hp.hpl.jena.assembler   
 

Uses of Assembler in com.hp.hpl.jena.assembler
 

Fields in com.hp.hpl.jena.assembler declared as Assembler
static Assembler Assembler.content
           
static Assembler Assembler.defaultModel
           
static Assembler Assembler.documentManager
           
static Assembler Assembler.fileManager
           
static Assembler Assembler.fileModel
           
static Assembler Assembler.infModel
           
static Assembler Assembler.locationMapper
           
static Assembler Assembler.memoryModel
           
static Assembler Assembler.modelSource
           
static Assembler Assembler.ontModel
           
static Assembler Assembler.ontModelSpec
           
static Assembler Assembler.prefixMapping
           
static Assembler Assembler.reasonerFactory
           
static Assembler Assembler.ruleSet
           
static Assembler Assembler.unionModel
           
 

Methods in com.hp.hpl.jena.assembler with parameters of type Assembler
 Object Assembler.open(Assembler a, Resource root)
          Answer open( a, root, Mode.DEFAULT ).
 Object Assembler.open(Assembler a, Resource root, Mode mode)
          The core operation: answer a new object constructed according to the object description hanging from root, using the assembler a for any sub-objects.
 



Licenced under the Apache License, Version 2.0