com.hp.hpl.jena.rdf.model
Class Statement.Util

java.lang.Object
  extended by com.hp.hpl.jena.rdf.model.Statement.Util
Enclosing interface:
Statement

public static class Statement.Util
extends Object

Utility constants -- in a nested class for namespace reasons.


Field Summary
static com.hp.hpl.jena.util.iterator.Map1<Statement,RDFNode> getObject
           
static com.hp.hpl.jena.util.iterator.Map1<Statement,Property> getPredicate
           
static com.hp.hpl.jena.util.iterator.Map1<Statement,Resource> getSubject
           
 
Constructor Summary
Statement.Util()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getSubject

public static final com.hp.hpl.jena.util.iterator.Map1<Statement,Resource> getSubject

getPredicate

public static final com.hp.hpl.jena.util.iterator.Map1<Statement,Property> getPredicate

getObject

public static final com.hp.hpl.jena.util.iterator.Map1<Statement,RDFNode> getObject
Constructor Detail

Statement.Util

public Statement.Util()


Licenced under the Apache License, Version 2.0