|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides methods for creating resources, literals and statements.
Method Summary | |
Literal |
createLiteral(java.lang.String str)
Creates a literal out of a string |
Resource |
createOrdinal(int i)
Creates an ordinal |
Resource |
createResource(java.lang.String str)
Creates a resource out of a string |
Statement |
createStatement(Resource subject,
Resource predicate,
RDFNode object)
Creates a triple |
Resource |
createUniqueResource()
Creates a resource with a unique ID |
Method Detail |
public Resource createResource(java.lang.String str) throws ModelException
public Literal createLiteral(java.lang.String str) throws ModelException
public Statement createStatement(Resource subject, Resource predicate, RDFNode object) throws ModelException
public Resource createUniqueResource() throws ModelException
public Resource createOrdinal(int i) throws ModelException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |