|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.stanford.db.rdf.model.i.NodeFactoryImpl
We can have two equal RDFNodeImpl with two different IDs
| Constructor Summary | |
NodeFactoryImpl()
|
|
| Method Summary | |
Literal |
createLiteral(boolean b)
Creates a literal from a boolean |
Literal |
createLiteral(byte b)
Creates a literal from a byte |
Literal |
createLiteral(char b)
Creates a literal from a char |
Literal |
createLiteral(double b)
Creates a literal from a double |
Literal |
createLiteral(float b)
Creates a literal from a float |
Literal |
createLiteral(int b)
Creates a literal from an int |
Literal |
createLiteral(long b)
Creates a literal from a long |
Literal |
createLiteral(short b)
Creates a literal from a short |
Literal |
createLiteral(java.lang.String str)
Creates a literal out of a string |
Resource |
createOrdinal(int i)
Creates an ordinal property (rdf:li, rdf:_N) |
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 |
int |
getLastNodeID()
|
java.util.Collection |
getLiterals()
|
java.util.Collection |
getResources()
|
int |
getUnusedNodeID()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.rdf.model.NodeFactory |
createResource |
| Constructor Detail |
public NodeFactoryImpl()
| Method Detail |
public int getLastNodeID()
public java.util.Collection getResources()
public java.util.Collection getLiterals()
public Resource createResource(java.lang.String str)
createResource in interface NodeFactorypublic Literal createLiteral(java.lang.String str)
createLiteral in interface NodeFactorypublic int getUnusedNodeID()
public Statement createStatement(Resource subject,
Resource predicate,
RDFNode object)
throws ModelException
createStatement in interface NodeFactorypublic Resource createUniqueResource()
createUniqueResource in interface NodeFactorypublic Resource createOrdinal(int i)
createOrdinal in interface NodeFactory
public Literal createLiteral(boolean b)
throws ModelException
createLiteral in interface NodeFactory
public Literal createLiteral(byte b)
throws ModelException
createLiteral in interface NodeFactory
public Literal createLiteral(char b)
throws ModelException
createLiteral in interface NodeFactory
public Literal createLiteral(short b)
throws ModelException
createLiteral in interface NodeFactory
public Literal createLiteral(int b)
throws ModelException
createLiteral in interface NodeFactory
public Literal createLiteral(long b)
throws ModelException
createLiteral in interface NodeFactory
public Literal createLiteral(float b)
throws ModelException
createLiteral in interface NodeFactory
public Literal createLiteral(double b)
throws ModelException
createLiteral in interface NodeFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||