|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
the interface to resource factory objects.
| Method Summary | |
Property |
createProperty(java.lang.String uriref)
create a new property. |
Property |
createProperty(java.lang.String namespace,
java.lang.String localName)
create a new property. |
Resource |
createResource()
create a new anonymous resource. |
Resource |
createResource(java.lang.String uriref)
create a new resource. |
Statement |
createStatement(Resource subject,
Property predicate,
RDFNode object)
create a new statement. |
| Method Detail |
public Resource createResource()
public Resource createResource(java.lang.String uriref)
uriref - URIREF of the resource
public Property createProperty(java.lang.String uriref)
uriref - URIREF of the property
public Property createProperty(java.lang.String namespace,
java.lang.String localName)
namespace - uriref of the namespacelocalName - localname of the property
public Statement createStatement(Resource subject,
Property predicate,
RDFNode object)
subject - subject of the new statementpredicate - predicate of the new statementobject - object of the new statement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||