| java.lang.Object com.hp.hpl.jena.assembler.ImportManager
ImportManager | public class ImportManager (Code) | | |
Field Summary | |
protected Map | cache The cache of models already read by this manager. | final public static ImportManager | instance A shared instance of ImportManage, used as a default by several other
assembler methods. |
Method Summary | |
public void | clear() Clear this ImportManager's cache. | protected Graph | graphFor(FileManager fm, Set loading, String path) | public Model | withImports(Model model) Answer model if it has no imports, or a union model with
model as its base and its imported models as the other
components. | public Model | withImports(FileManager fm, Model model) Answer model if it has no imports, or a union model with
model as its base and its imported models as the other
components. |
cache | protected Map cache(Code) | | The cache of models already read by this manager.
|
instance | final public static ImportManager instance(Code) | | A shared instance of ImportManage, used as a default by several other
assembler methods.
|
ImportManager | public ImportManager()(Code) | | |
clear | public void clear()(Code) | | Clear this ImportManager's cache.
|
withImports | public Model withImports(Model model)(Code) | | Answer model if it has no imports, or a union model with
model as its base and its imported models as the other
components. The default file manager is used to load the models.
|
withImports | public Model withImports(FileManager fm, Model model)(Code) | | Answer model if it has no imports, or a union model with
model as its base and its imported models as the other
components. The file manager fm is used to load the
imported models.
|
|
|