|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.util.NodeFactory
public class NodeFactory
| Constructor Summary | |
|---|---|
NodeFactory()
|
|
| Method Summary | |
|---|---|
static com.hp.hpl.jena.graph.Node |
createLiteralNode(String lex,
String lang,
String datatypeURI)
|
static com.hp.hpl.jena.graph.Node |
floatToNode(float value)
|
static com.hp.hpl.jena.graph.Node |
intToNode(int integer)
|
static com.hp.hpl.jena.graph.Node |
intToNode(long integer)
|
static int |
nodeToInt(com.hp.hpl.jena.graph.Node node)
|
static long |
nodeToLong(com.hp.hpl.jena.graph.Node node)
|
static com.hp.hpl.jena.graph.Node |
nowAsDateTime()
|
static com.hp.hpl.jena.graph.Node |
parseNode(String nodeString)
|
static com.hp.hpl.jena.graph.Node |
todayAsDate()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeFactory()
| Method Detail |
|---|
public static com.hp.hpl.jena.graph.Node parseNode(String nodeString)
public static com.hp.hpl.jena.graph.Node createLiteralNode(String lex,
String lang,
String datatypeURI)
public static int nodeToInt(com.hp.hpl.jena.graph.Node node)
public static long nodeToLong(com.hp.hpl.jena.graph.Node node)
public static com.hp.hpl.jena.graph.Node intToNode(int integer)
public static com.hp.hpl.jena.graph.Node intToNode(long integer)
public static com.hp.hpl.jena.graph.Node floatToNode(float value)
public static com.hp.hpl.jena.graph.Node nowAsDateTime()
public static com.hp.hpl.jena.graph.Node todayAsDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||