Serialized Form

Class org.jrdf.graph.AbstractBlankNode extends Object implements Serializable

serialVersionUID: 3481053689307839406l


Class org.jrdf.graph.AbstractLiteral extends Object implements Serializable

serialVersionUID: 2589574733270452078l

Serialized Fields

lexicalForm

String lexicalForm
The lexical form of the literal.


language

String language
The language code of the literal.


wellFormedXML

boolean wellFormedXML
Whether the literal is well formed XML.


datatypeURI

URI datatypeURI
RDF datatype URI, null for untyped literal.


Class org.jrdf.graph.AbstractTriple extends Object implements Serializable

serialVersionUID: 8737092494833012690l

Serialized Fields

subjectNode

SubjectNode subjectNode
Subject of this statement.


predicateNode

PredicateNode predicateNode
Predicate of this statement.


objectNode

ObjectNode objectNode
Object of this statement.


Class org.jrdf.graph.AbstractURIReference extends Object implements Serializable

serialVersionUID: 8034954863132812197l

Serialized Fields

uri

URI uri
The URI of the node.


Class org.jrdf.graph.AlreadyReifiedException extends TripleFactoryException implements Serializable

serialVersionUID: 1411562510088882899l


Class org.jrdf.graph.mem.BlankNodeImpl extends AbstractBlankNode implements Serializable

serialVersionUID: 1573129076314000518l

Serialized Fields

id

Long id
The internal identifier for this node.


uid

String uid
Globally Unique Identifier.


Class org.jrdf.graph.mem.CollectionImpl extends LinkedList implements Serializable

serialVersionUID: -420874713471604278l


Class org.jrdf.graph.GraphElementFactoryException extends Exception implements Serializable

serialVersionUID: -8660240321973373993l


Class org.jrdf.graph.GraphException extends Exception implements Serializable

serialVersionUID: -5259349384211599957l


Class org.jrdf.graph.mem.GraphImpl extends Object implements Serializable

serialVersionUID: -3066836734480153804l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes an object from a stream.

Throws:
IOException - If an I/O error occurs while reading.
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the current object to a stream.

Throws:
IOException - If an I/O error occurs while writing.
Serialized Fields

index012

Map index012
First index.


Class org.jrdf.query.InvalidQuerySyntaxException extends Exception implements Serializable


Class org.jrdf.connection.JrdfConnectionException extends Exception implements Serializable


Class org.jrdf.graph.mem.LiteralImpl extends AbstractLiteral implements Serializable

serialVersionUID: -6515350357124372641l

Serialized Fields

id

Long id
The internal identifier for this node.


thisString

String thisString
A cache of the toString value for efficiency in mapping.


Class org.jrdf.parser.ParseException extends Exception implements Serializable

Serialized Fields

_lineNo

int _lineNo

_columnNo

int _columnNo

_source

Exception _source


Class org.jrdf.vocabulary.RDF extends Vocabulary implements Serializable

serialVersionUID: 5974585938932893808l


Class org.jrdf.vocabulary.RDFS extends Vocabulary implements Serializable

serialVersionUID: 3344119222366953296l


Class org.jrdf.graph.mem.SequenceImpl extends ArrayList implements Serializable

serialVersionUID: -8659292687902645229l


Class org.jrdf.parser.StatementHandlerException extends Exception implements Serializable

Serialized Fields

source

Exception source
The source of the exception, i.e. the application specific error.


Class org.jrdf.graph.TripleFactoryException extends Exception implements Serializable

serialVersionUID: 285284678430193536l


Class org.jrdf.graph.mem.TripleImpl extends AbstractTriple implements Serializable

serialVersionUID: 7468341140195609635l


Class org.jrdf.graph.mem.URIReferenceImpl extends AbstractURIReference implements Serializable

serialVersionUID: -4120822410726711976l

Serialized Fields

id

Long id
The internal identifier for this node.


Class org.jrdf.vocabulary.Vocabulary extends Object implements Serializable

serialVersionUID: -3602059929452647818l