public class ThreadSafeStatement extends Object implements com.hp.hpl.jena.rdf.model.Statement
ThreadSafeStatement class.
| Constructor and Description |
|---|
ThreadSafeStatement(ThreadSafeModel model,
com.hp.hpl.jena.rdf.model.Statement wrapped)
Constructor for ThreadSafeStatement.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.graph.Triple |
asTriple()
asTriple.
|
com.hp.hpl.jena.rdf.model.Statement |
changeLiteralObject(boolean arg0)
changeLiteralObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeLiteralObject(char arg0) |
com.hp.hpl.jena.rdf.model.Statement |
changeLiteralObject(double arg0)
changeLiteralObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeLiteralObject(float arg0)
changeLiteralObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeLiteralObject(int arg0)
changeLiteralObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeLiteralObject(long arg0)
changeLiteralObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(boolean o)
changeObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(char o)
changeObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(double o)
changeObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(float o) |
com.hp.hpl.jena.rdf.model.Statement |
changeObject(long o)
changeObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(Object o)
changeObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(com.hp.hpl.jena.rdf.model.RDFNode o)
changeObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(String o)
changeObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(String o,
boolean wellFormed) |
com.hp.hpl.jena.rdf.model.Statement |
changeObject(String o,
String l)
changeObject.
|
com.hp.hpl.jena.rdf.model.Statement |
changeObject(String o,
String l,
boolean wellFormed) |
com.hp.hpl.jena.rdf.model.ReifiedStatement |
createReifiedStatement()
createReifiedStatement.
|
com.hp.hpl.jena.rdf.model.ReifiedStatement |
createReifiedStatement(String uri) |
boolean |
equals(Object obj) |
com.hp.hpl.jena.rdf.model.Alt |
getAlt()
getAlt.
|
com.hp.hpl.jena.rdf.model.Bag |
getBag()
getBag.
|
boolean |
getBoolean()
getBoolean.
|
byte |
getByte()
getByte.
|
char |
getChar()
getChar.
|
double |
getDouble()
getDouble.
|
float |
getFloat()
getFloat.
|
int |
getInt()
getInt.
|
String |
getLanguage()
getLanguage.
|
com.hp.hpl.jena.rdf.model.Literal |
getLiteral()
getLiteral.
|
long |
getLong()
getLong.
|
com.hp.hpl.jena.rdf.model.Model |
getModel()
Getter for the field
model. |
com.hp.hpl.jena.rdf.model.RDFNode |
getObject()
getObject.
|
Object |
getObject(com.hp.hpl.jena.rdf.model.ObjectF f) |
com.hp.hpl.jena.rdf.model.Property |
getPredicate()
getPredicate.
|
com.hp.hpl.jena.rdf.model.Statement |
getProperty(com.hp.hpl.jena.rdf.model.Property p) |
com.hp.hpl.jena.rdf.model.Resource |
getResource()
getResource.
|
com.hp.hpl.jena.rdf.model.Resource |
getResource(com.hp.hpl.jena.rdf.model.ResourceF f) |
com.hp.hpl.jena.rdf.model.Seq |
getSeq()
getSeq.
|
short |
getShort()
getShort.
|
com.hp.hpl.jena.rdf.model.Statement |
getStatementProperty(com.hp.hpl.jena.rdf.model.Property p) |
String |
getString()
getString.
|
com.hp.hpl.jena.rdf.model.Resource |
getSubject()
getSubject.
|
int |
hashCode()
hashCode.
|
boolean |
hasWellFormedXML()
hasWellFormedXML.
|
boolean |
isReified()
isReified.
|
com.hp.hpl.jena.rdf.model.RSIterator |
listReifiedStatements()
listReifiedStatements.
|
com.hp.hpl.jena.rdf.model.Statement |
remove()
remove.
|
void |
removeReification()
removeReification.
|
String |
toString()
toString.
|
public ThreadSafeStatement(ThreadSafeModel model, com.hp.hpl.jena.rdf.model.Statement wrapped)
Constructor for ThreadSafeStatement.
model - a ThreadSafeModel object.wrapped - a Statement object.public com.hp.hpl.jena.graph.Triple asTriple()
asTriple.
asTriple in interface com.hp.hpl.jena.graph.FrontsTripleTriple object.FrontsTriple.asTriple()public com.hp.hpl.jena.rdf.model.Statement changeObject(boolean o)
changeObject.
changeObject in interface com.hp.hpl.jena.rdf.model.Statemento - a boolean.Statement object.Statement.changeObject(boolean)public com.hp.hpl.jena.rdf.model.Statement changeObject(char o)
changeObject.
o - a char.Statement object.public com.hp.hpl.jena.rdf.model.Statement changeObject(double o)
changeObject.
changeObject in interface com.hp.hpl.jena.rdf.model.Statemento - a double.Statement object.Statement.changeObject(double)public com.hp.hpl.jena.rdf.model.Statement changeObject(float o)
changeObject in interface com.hp.hpl.jena.rdf.model.Statementpublic com.hp.hpl.jena.rdf.model.Statement changeObject(long o)
changeObject.
changeObject in interface com.hp.hpl.jena.rdf.model.Statemento - a long.Statement object.Statement.changeObject(long)public com.hp.hpl.jena.rdf.model.Statement changeObject(Object o)
changeObject.
changeObject in interface com.hp.hpl.jena.rdf.model.Statemento - a Object object.Statement object.Statement.changeObject(java.lang.Object)public com.hp.hpl.jena.rdf.model.Statement changeObject(com.hp.hpl.jena.rdf.model.RDFNode o)
changeObject.
changeObject in interface com.hp.hpl.jena.rdf.model.Statemento - a RDFNode object.Statement object.Statement.changeObject(com.hp.hpl.jena.rdf.model.RDFNode)public com.hp.hpl.jena.rdf.model.Statement changeObject(String o, boolean wellFormed)
changeObject in interface com.hp.hpl.jena.rdf.model.Statementpublic com.hp.hpl.jena.rdf.model.Statement changeObject(String o, String l, boolean wellFormed)
changeObject in interface com.hp.hpl.jena.rdf.model.Statementpublic com.hp.hpl.jena.rdf.model.Statement changeObject(String o, String l)
changeObject.
public com.hp.hpl.jena.rdf.model.Statement changeObject(String o)
changeObject.
changeObject in interface com.hp.hpl.jena.rdf.model.Statemento - a String object.Statement object.Statement.changeObject(java.lang.String)public com.hp.hpl.jena.rdf.model.ReifiedStatement createReifiedStatement()
createReifiedStatement.
createReifiedStatement in interface com.hp.hpl.jena.rdf.model.StatementReifiedStatement object.Statement.createReifiedStatement()public com.hp.hpl.jena.rdf.model.ReifiedStatement createReifiedStatement(String uri)
createReifiedStatement in interface com.hp.hpl.jena.rdf.model.Statementpublic com.hp.hpl.jena.rdf.model.Alt getAlt()
getAlt.
getAlt in interface com.hp.hpl.jena.rdf.model.StatementAlt object.Statement.getAlt()public com.hp.hpl.jena.rdf.model.Bag getBag()
getBag.
getBag in interface com.hp.hpl.jena.rdf.model.StatementBag object.Statement.getBag()public boolean getBoolean()
getBoolean.
getBoolean in interface com.hp.hpl.jena.rdf.model.StatementStatement.getBoolean()public byte getByte()
getByte.
getByte in interface com.hp.hpl.jena.rdf.model.StatementStatement.getByte()public char getChar()
getChar.
getChar in interface com.hp.hpl.jena.rdf.model.StatementStatement.getChar()public double getDouble()
getDouble.
getDouble in interface com.hp.hpl.jena.rdf.model.StatementStatement.getDouble()public float getFloat()
getFloat.
getFloat in interface com.hp.hpl.jena.rdf.model.StatementStatement.getFloat()public int getInt()
getInt.
getInt in interface com.hp.hpl.jena.rdf.model.StatementStatement.getInt()public String getLanguage()
getLanguage.
getLanguage in interface com.hp.hpl.jena.rdf.model.StatementString object.Statement.getLanguage()public com.hp.hpl.jena.rdf.model.Literal getLiteral()
getLiteral.
getLiteral in interface com.hp.hpl.jena.rdf.model.StatementLiteral object.Statement.getLiteral()public long getLong()
getLong.
getLong in interface com.hp.hpl.jena.rdf.model.StatementStatement.getLong()public com.hp.hpl.jena.rdf.model.Model getModel()
Getter for the field model.
getModel in interface com.hp.hpl.jena.rdf.model.StatementModel object.Statement.getModel()public com.hp.hpl.jena.rdf.model.RDFNode getObject()
getObject.
getObject in interface com.hp.hpl.jena.rdf.model.StatementRDFNode object.Statement.getObject()public Object getObject(com.hp.hpl.jena.rdf.model.ObjectF f)
getObject in interface com.hp.hpl.jena.rdf.model.Statementpublic com.hp.hpl.jena.rdf.model.Property getPredicate()
getPredicate.
getPredicate in interface com.hp.hpl.jena.rdf.model.StatementProperty object.Statement.getPredicate()public com.hp.hpl.jena.rdf.model.Statement getProperty(com.hp.hpl.jena.rdf.model.Property p)
getProperty in interface com.hp.hpl.jena.rdf.model.Statementpublic com.hp.hpl.jena.rdf.model.Resource getResource()
getResource.
getResource in interface com.hp.hpl.jena.rdf.model.StatementResource object.Statement.getResource()public com.hp.hpl.jena.rdf.model.Resource getResource(com.hp.hpl.jena.rdf.model.ResourceF f)
getResource in interface com.hp.hpl.jena.rdf.model.Statementpublic com.hp.hpl.jena.rdf.model.Seq getSeq()
getSeq.
getSeq in interface com.hp.hpl.jena.rdf.model.StatementSeq object.Statement.getSeq()public short getShort()
getShort.
getShort in interface com.hp.hpl.jena.rdf.model.StatementStatement.getShort()public com.hp.hpl.jena.rdf.model.Statement getStatementProperty(com.hp.hpl.jena.rdf.model.Property p)
getStatementProperty in interface com.hp.hpl.jena.rdf.model.Statementpublic String getString()
getString.
getString in interface com.hp.hpl.jena.rdf.model.StatementString object.Statement.getString()public com.hp.hpl.jena.rdf.model.Resource getSubject()
getSubject.
getSubject in interface com.hp.hpl.jena.rdf.model.StatementResource object.Statement.getSubject()public boolean isReified()
isReified.
isReified in interface com.hp.hpl.jena.rdf.model.StatementStatement.isReified()public com.hp.hpl.jena.rdf.model.RSIterator listReifiedStatements()
listReifiedStatements.
listReifiedStatements in interface com.hp.hpl.jena.rdf.model.StatementRSIterator object.Statement.listReifiedStatements()public com.hp.hpl.jena.rdf.model.Statement remove()
remove.
remove in interface com.hp.hpl.jena.rdf.model.StatementStatement object.Statement.remove()public void removeReification()
removeReification.
removeReification in interface com.hp.hpl.jena.rdf.model.StatementStatement.removeReification()public boolean equals(Object obj)
public int hashCode()
hashCode.
hashCode in interface com.hp.hpl.jena.rdf.model.StatementhashCode in class ObjectObject.hashCode()public String toString()
toString.
toString in class ObjectString object.Object.toString()public com.hp.hpl.jena.rdf.model.Statement changeLiteralObject(boolean arg0)
changeLiteralObject.
changeLiteralObject in interface com.hp.hpl.jena.rdf.model.Statementarg0 - a boolean.Statement object.public com.hp.hpl.jena.rdf.model.Statement changeLiteralObject(long arg0)
changeLiteralObject.
changeLiteralObject in interface com.hp.hpl.jena.rdf.model.Statementarg0 - a long.Statement object.public com.hp.hpl.jena.rdf.model.Statement changeLiteralObject(int arg0)
changeLiteralObject.
changeLiteralObject in interface com.hp.hpl.jena.rdf.model.Statementarg0 - a int.Statement object.public com.hp.hpl.jena.rdf.model.Statement changeLiteralObject(char arg0)
changeLiteralObject in interface com.hp.hpl.jena.rdf.model.Statementpublic com.hp.hpl.jena.rdf.model.Statement changeLiteralObject(float arg0)
changeLiteralObject.
changeLiteralObject in interface com.hp.hpl.jena.rdf.model.Statementarg0 - a float.Statement object.public com.hp.hpl.jena.rdf.model.Statement changeLiteralObject(double arg0)
changeLiteralObject.
changeLiteralObject in interface com.hp.hpl.jena.rdf.model.Statementarg0 - a double.Statement object.public boolean hasWellFormedXML()
hasWellFormedXML.
hasWellFormedXML in interface com.hp.hpl.jena.rdf.model.StatementCopyright © 2017. All rights reserved.