public class ContentAssembler extends AssemblerBase implements Assembler
| Modifier and Type | Field and Description |
|---|---|
static Set<Property> |
contentProperties |
content, defaultModel, documentManager, fileManager, general, infModel, locationMapper, memoryModel, modelSource, ontModel, ontModelSpec, prefixMapping, reasonerFactory, ruleSet, unionModel| Constructor and Description |
|---|
ContentAssembler() |
ContentAssembler(FileManager fm) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFileManager() |
List<Content> |
loadContent(List<Content> contents,
Assembler a,
Resource root) |
Object |
open(Assembler a,
Resource root,
Mode irrelevant)
The core operation: answer a new object constructed according to the
object description hanging from
root, using the assembler
a for any sub-objects. |
getOptionalClassName, getRequiredResource, open, open, openModel, openModelpublic ContentAssembler()
public ContentAssembler(FileManager fm)
public Object open(Assembler a, Resource root, Mode irrelevant)
Assemblerroot, 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.open in interface Assembleropen in class AssemblerBasepublic Object getFileManager()
Licenced under the Apache License, Version 2.0