| java.lang.Object com.hp.hpl.jena.assembler.assemblers.AssemblerBase com.hp.hpl.jena.assembler.assemblers.OntModelSpecAssembler
OntModelSpecAssembler | public class OntModelSpecAssembler extends AssemblerBase implements Assembler(Code) | | 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.
|
getOntModelSpecField | public static OntModelSpec getOntModelSpecField(String name)(Code) | | Answer the OntModelSpec in the OntModelSpec class with the given
member name, or null if there isn't one.
|
isConstant | protected static boolean isConstant(int mods)(Code) | | |
Fields inherited from com.hp.hpl.jena.assembler.assemblers.AssemblerBase | final static Map1 getObject(Code)(Java Doc)
|
Methods inherited from com.hp.hpl.jena.assembler.assemblers.AssemblerBase | protected void checkType(Resource root, Resource type)(Code)(Java Doc) public static String getOptionalClassName(Resource root, Property classProperty)(Code)(Java Doc) protected Literal getRequiredLiteral(Resource root, Property p)(Code)(Java Doc) public static Resource getRequiredResource(Resource root, Property p)(Code)(Java Doc) protected static Resource getResource(Statement s)(Code)(Java Doc) protected static String getString(Statement s)(Code)(Java Doc) protected static RDFNode getUnique(Resource root, Property property)(Code)(Java Doc) protected static Literal getUniqueLiteral(Resource root, Property property)(Code)(Java Doc) protected static Resource getUniqueResource(Resource root, Property property)(Code)(Java Doc) protected static Statement getUniqueStatement(Resource root, Property property)(Code)(Java Doc) protected static String getUniqueString(Resource root, Property property)(Code)(Java Doc) protected static Class loadClass(Resource root, String className)(Code)(Java Doc) final public Object open(Resource root)(Code)(Java Doc) final public Object open(Assembler a, Resource root)(Code)(Java Doc) abstract public Object open(Assembler a, Resource root, Mode mode)(Code)(Java Doc) public Model openModel(Resource root, Mode mode)(Code)(Java Doc) public Model openModel(Resource root)(Code)(Java Doc)
|
|
|