Serialized Form


Package org.jrdf.graph

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
The internal representation of the triple - subject node.


predicateNode

PredicateNode predicateNode
The internal representation of the triple - predicate node.


objectNode

ObjectNode objectNode
The internal representation of the triple - object node.

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.AnyNode extends Object implements Serializable

serialVersionUID: -4846208755020186880L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

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

serialVersionUID: 8654340032080018169L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

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

serialVersionUID: 1764088613140821732L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

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

serialVersionUID: -971680612480915602L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

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.TripleFactoryException extends Exception implements Serializable

serialVersionUID: 285284678430193536L


Package org.jrdf.graph.index.longindex.mem

Class org.jrdf.graph.index.longindex.mem.LongIndexMem extends Object implements Serializable

serialVersionUID: -8212815756891200898L

Serialized Fields

index

Map<K,V> index

Package org.jrdf.graph.mem

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<ObjectNode> implements Serializable

serialVersionUID: -420874713471604278L

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

longIndex012

LongIndex longIndex012
First index.

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.graph.mem.NodeComparatorImpl extends Object implements Serializable

serialVersionUID: 1941872400257968398L

Serialized Fields

nodeTypeComparator

NodeTypeComparator nodeTypeComparator

Class org.jrdf.graph.mem.SequenceImpl extends ArrayList<ObjectNode> implements Serializable

serialVersionUID: -8659292687902645229L

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

serialVersionUID: -1495143472207557345L

Serialized Fields

nodeComparator

NodeComparator nodeComparator

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.


Package org.jrdf.gui.view

Class org.jrdf.gui.view.ResultsTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -7636712377178626351L

Serialized Fields

columnNames

String[] columnNames

data

String[][] data

Package org.jrdf.parser

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

serialVersionUID: -1049335626292093759L

Serialized Fields

lineNo

int lineNo

columnNo

int columnNo

source

Exception source

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

serialVersionUID: -6755497249260716209L

Serialized Fields

source

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


Package org.jrdf.query

Class org.jrdf.query.AnswerImpl extends Object implements Serializable

serialVersionUID: 3778815984074679718L

Serialized Fields

heading

LinkedHashSet<E> heading

results

Relation results

timeTaken

long timeTaken

hasProjected

boolean hasProjected

Class org.jrdf.query.EmptyAnswer extends Object implements Serializable

serialVersionUID: -7374613298128439580L

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

serialVersionUID: -4108587331671842402L

Class org.jrdf.query.QueryImpl extends Object implements Serializable

serialVersionUID: 409607492370028929L

Serialized Fields

expression

Expression<V extends ExpressionVisitor> expression

graphRelationFactory

GraphRelationFactory graphRelationFactory

Package org.jrdf.query.expression

Class org.jrdf.query.expression.Conjunction extends Object implements Serializable

serialVersionUID: -7871756371628747688L

Serialized Fields

lhs

Expression<V extends ExpressionVisitor> lhs

rhs

Expression<V extends ExpressionVisitor> rhs

Class org.jrdf.query.expression.Constraint extends Object implements Serializable

serialVersionUID: 4538228991602138679L

Serialized Fields

singleAvp

List<E> singleAvp

Class org.jrdf.query.expression.Optional extends Object implements Serializable

serialVersionUID: 2784920251078701049L

Serialized Fields

lhs

Expression<V extends ExpressionVisitor> lhs

rhs

Expression<V extends ExpressionVisitor> rhs

Class org.jrdf.query.expression.Projection extends Object implements Serializable

serialVersionUID: -202508451953503285L

Serialized Fields

variableCollector

VariableCollector variableCollector

attributes

LinkedHashSet<E> attributes

declaredVariables

LinkedHashSet<E> declaredVariables

nextExpression

Expression<V extends ExpressionVisitor> nextExpression

allVariables

Map<K,V> allVariables

Class org.jrdf.query.expression.Union extends Object implements Serializable

serialVersionUID: -3805021039393789553L

Serialized Fields

lhs

Expression<V extends ExpressionVisitor> lhs

rhs

Expression<V extends ExpressionVisitor> rhs

Package org.jrdf.query.relation

Package org.jrdf.query.relation.attributename

Class org.jrdf.query.relation.attributename.AttributeNameComparatorImpl extends Object implements Serializable

serialVersionUID: -1713813222274855404L

Class org.jrdf.query.relation.attributename.PositionName extends Object implements Serializable

serialVersionUID: -7189416083387906477L

Serialized Fields

positionName

String positionName

Class org.jrdf.query.relation.attributename.VariableName extends Object implements Serializable

serialVersionUID: 504817351812142680L

Serialized Fields

variableName

String variableName

Package org.jrdf.query.relation.constants

Class org.jrdf.query.relation.constants.NullaryAttributeValuePair extends Object implements Serializable

serialVersionUID: 1808216129525892254L

Class org.jrdf.query.relation.constants.NullaryTuple extends Object implements Serializable

serialVersionUID: 1808216129525892255L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Class org.jrdf.query.relation.constants.RelationDEE extends Object implements Serializable

serialVersionUID: -8473232661811978990L

Class org.jrdf.query.relation.constants.RelationDUM extends Object implements Serializable

serialVersionUID: -6414359849752251621L


Package org.jrdf.query.relation.mem

Class org.jrdf.query.relation.mem.AttributeComparatorImpl extends Object implements Serializable

serialVersionUID: 525733919495463710L

Serialized Fields

typeComparator

TypeComparator typeComparator

attributeNameComparator

AttributeNameComparator attributeNameComparator

Class org.jrdf.query.relation.mem.AttributeImpl extends Object implements Serializable

serialVersionUID: 6078409285334034368L

Serialized Fields

attributeName

AttributeName attributeName

type

NodeType type

Class org.jrdf.query.relation.mem.AttributeValuePairComparatorImpl extends Object implements Serializable

serialVersionUID: -1770166629461241873L

Serialized Fields

attributeComparator

AttributeComparator attributeComparator

valueComparator

NodeComparator valueComparator

Class org.jrdf.query.relation.mem.AttributeValuePairImpl extends Object implements Serializable

serialVersionUID: -5045948869879997736L

Serialized Fields

attribute

Attribute attribute

value

Node value

Class org.jrdf.query.relation.mem.GraphRelationFactoryImpl extends Object implements Serializable

serialVersionUID: 5233852864536753744L

Serialized Fields

attributeFactory

SortedAttributeFactory attributeFactory

avpHelper

AttributeValuePairHelper avpHelper

tupleComparator

TupleComparator tupleComparator

tupleFactory

TupleFactory tupleFactory

Class org.jrdf.query.relation.mem.RelationComparatorImpl extends Object implements Serializable

serialVersionUID: 9186461012818411817L

Serialized Fields

attributeComparator

AttributeComparator attributeComparator

tupleComparator

TupleComparator tupleComparator

Class org.jrdf.query.relation.mem.RelationHelperImpl extends Object implements Serializable

serialVersionUID: -2830411524131840319L

Serialized Fields

attributeComparator

AttributeComparator attributeComparator

Class org.jrdf.query.relation.mem.TupleComparatorImpl extends Object implements Serializable

serialVersionUID: 7276502975947499595L

Serialized Fields

attributeValuePairComparator

AttributeValuePairComparator attributeValuePairComparator

Package org.jrdf.query.relation.operation.mem.common

Class org.jrdf.query.relation.operation.mem.common.RelationProcessorImpl extends Object implements Serializable

serialVersionUID: 5483640117544955640L

Serialized Fields

relationFactory

RelationFactory relationFactory

tupleComparator

TupleComparator tupleComparator

Package org.jrdf.query.relation.type

Class org.jrdf.query.relation.type.BlankNodeType extends Object implements Serializable

serialVersionUID: 1645735853855887744L

Class org.jrdf.query.relation.type.LiteralNodeType extends Object implements Serializable

serialVersionUID: 8059107808615405657L

Class org.jrdf.query.relation.type.ObjectNodeType extends Object implements Serializable

serialVersionUID: 8047443471499147543L

Class org.jrdf.query.relation.type.PredicateNodeType extends Object implements Serializable

serialVersionUID: -5313315028523572144L

Class org.jrdf.query.relation.type.PredicateObjectNodeType extends Object implements Serializable

serialVersionUID: 799086809870140765L

Class org.jrdf.query.relation.type.SubjectNodeType extends Object implements Serializable

serialVersionUID: 2422061978414712391L

Class org.jrdf.query.relation.type.SubjectObjectNodeType extends Object implements Serializable

serialVersionUID: 799086809870140765L

Class org.jrdf.query.relation.type.SubjectPredicateNodeType extends Object implements Serializable

serialVersionUID: 799086809870140765L

Class org.jrdf.query.relation.type.SubjectPredicateObjectNodeType extends Object implements Serializable

serialVersionUID: 799086809870140765L

Class org.jrdf.query.relation.type.TypeComparatorImpl extends Object implements Serializable

serialVersionUID: -534102244020655491L

Serialized Fields

nodeTypeComparator

NodeTypeComparator nodeTypeComparator

Class org.jrdf.query.relation.type.URIReferenceNodeType extends Object implements Serializable

serialVersionUID: -46947819855688266L


Package org.jrdf.sparql.analysis

Class org.jrdf.sparql.analysis.NoQuery extends Object implements Serializable

serialVersionUID: -1815852679585213051L


Package org.jrdf.util

Class org.jrdf.util.NodeTypeComparatorImpl extends Object implements Serializable

serialVersionUID: 31512609314856094L


Package org.jrdf.vocabulary

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.vocabulary.Vocabulary extends Object implements Serializable

serialVersionUID: -3602059929452647818L


Package org.jrdf.writer

Class org.jrdf.writer.NamespaceException extends WriteException implements Serializable

serialVersionUID: 1203480737664217791L

Class org.jrdf.writer.WriteException extends Exception implements Serializable

serialVersionUID: 2419814921997551107L