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

value

DatatypeValue value
The lexical form of the literal.


language

String language
The language code of the literal.


datatypeURI

URI datatypeURI
RDF datatype URI, NullURI 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 GraphException implements Serializable

serialVersionUID: -8660240321973373993L

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

serialVersionUID: -5259349384211599957L

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

serialVersionUID: -8345091665456575545L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

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

serialVersionUID: -3609445587014680658L

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

serialVersionUID: 285284678430193536L

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

serialVersionUID: -3378905394296330572L

Serialized Fields

isGrounded

boolean isGrounded

Package org.jrdf.graph.datatype

Class org.jrdf.graph.datatype.AnyURIValue extends Object implements Serializable

serialVersionUID: 5238568787496038240L

Serialized Fields

value

URI value

Class org.jrdf.graph.datatype.BooleanValue extends Object implements Serializable

serialVersionUID: 8865131980074326360L

Serialized Fields

value

Boolean value

Class org.jrdf.graph.datatype.ByteValue extends Object implements Serializable

serialVersionUID: -3521766362703545950L

Serialized Fields

value

Byte value

Class org.jrdf.graph.datatype.CalendarValue extends Object implements Serializable

serialVersionUID: -7988880953802613273L

Serialization Methods

readObject

private void readObject(ObjectInputStream input)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream output)
                  throws IOException
Throws:
IOException
Serialized Fields

value

XMLGregorianCalendar value

Class org.jrdf.graph.datatype.DateTimeValue extends Object implements Serializable

serialVersionUID: 3135119000595034019L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

value

XMLGregorianCalendar value

Class org.jrdf.graph.datatype.DecimalValue extends Object implements Serializable

serialVersionUID: 6530294494529409549L

Serialized Fields

value

BigDecimal value

Class org.jrdf.graph.datatype.DoubleValue extends Object implements Serializable

serialVersionUID: 583640789091274020L

Serialized Fields

value

Double value

Class org.jrdf.graph.datatype.DurationValue extends Object implements Serializable

serialVersionUID: -7039266563142815725L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

value

Duration value

Class org.jrdf.graph.datatype.FloatValue extends Object implements Serializable

serialVersionUID: 5076217684791463335L

Serialized Fields

value

Float value

Class org.jrdf.graph.datatype.GMonthCalendarValue extends Object implements Serializable

serialVersionUID: -7988880953802613273L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

value

XMLGregorianCalendar value

Class org.jrdf.graph.datatype.IntegerValue extends Object implements Serializable

serialVersionUID: 5527716300000508791L

Serialized Fields

value

BigDecimal value

Class org.jrdf.graph.datatype.IntValue extends Object implements Serializable

serialVersionUID: 241451021547662640L

Serialized Fields

value

Integer value

Class org.jrdf.graph.datatype.LexicalComparatorImpl extends Object implements Serializable

serialVersionUID: 4545758980986518259L

Class org.jrdf.graph.datatype.LongValue extends Object implements Serializable

serialVersionUID: -4224931936316331628L

Serialized Fields

value

Long value

Class org.jrdf.graph.datatype.NonNegativeIntegerValue extends Object implements Serializable

serialVersionUID: 4550600026432326665L

Serialized Fields

value

BigInteger value

isPositive

boolean isPositive

isNegativeZero

boolean isNegativeZero

Class org.jrdf.graph.datatype.NonPositiveIntegerValue extends Object implements Serializable

serialVersionUID: 21516359310292990L

Serialized Fields

value

BigInteger value

isNegative

boolean isNegative

isZero

boolean isZero

isNegativeZero

boolean isNegativeZero

isPositiveZero

boolean isPositiveZero

Class org.jrdf.graph.datatype.QNameValue extends Object implements Serializable

serialVersionUID: 6173641727680094649L

Serialized Fields

value

QName value

Class org.jrdf.graph.datatype.SemanticComparatorImpl extends Object implements Serializable

serialVersionUID: -2619929957116442073L

Serialized Fields

comparator

LexicalComparator comparator

Class org.jrdf.graph.datatype.ShortValue extends Object implements Serializable

serialVersionUID: -2451054174062084622L

Serialized Fields

value

Short value

Class org.jrdf.graph.datatype.StringValue extends Object implements Serializable

serialVersionUID: 8865131980074326360L

Serialized Fields

value

String value

Package org.jrdf.graph.global

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

serialVersionUID: -6860668036180223281L

Serialized Fields

uid

String uid
Globally Unique Identifier.

Class org.jrdf.graph.global.GroundedTripleComparatorImpl extends Object implements Serializable

serialVersionUID: 678535114447666636L

Serialized Fields

tripleComparator

TripleComparator tripleComparator

isBlankNode

boolean isBlankNode

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

serialVersionUID: -4852789761273819886L

Class org.jrdf.graph.global.ReverseGroundedTripleComparatorImpl extends Object implements Serializable

serialVersionUID: 678535114447666636L

Serialized Fields

tripleComparator

TripleComparator tripleComparator

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

serialVersionUID: -3378905394296330572L

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

serialVersionUID: -7929300110459788186L


Package org.jrdf.graph.global.index

Class org.jrdf.graph.global.index.AbstractMoleculeIndexMem extends Object implements Serializable

serialVersionUID: 850704300941647768L

Serialized Fields

index

Map<K,V> index

Class org.jrdf.graph.global.index.GlobalIndex extends AbstractIndex<Node> implements Serializable

serialVersionUID: -1640256337194767517L

Class org.jrdf.graph.global.index.OSPMoleculeIndexMem extends AbstractMoleculeIndexMem implements Serializable

serialVersionUID: 3867278009197842100L

Class org.jrdf.graph.global.index.POSMoleculeIndexMem extends AbstractMoleculeIndexMem implements Serializable

serialVersionUID: -6722872965581562502L

Class org.jrdf.graph.global.index.SPOMoleculeIndexMem extends AbstractMoleculeIndexMem implements Serializable

serialVersionUID: 8378064737519589081L


Package org.jrdf.graph.global.molecule

Class org.jrdf.graph.global.molecule.HeadTripleComparator extends Object implements Serializable

serialVersionUID: -6947694015879091806L

Serialized Fields

tripleComparator

TripleComparator tripleComparator

Class org.jrdf.graph.global.molecule.NewMoleculeComparatorImpl extends Object implements Serializable

serialVersionUID: 3376402602482439640L

Serialized Fields

tripleComparator

TripleComparator tripleComparator

Class org.jrdf.graph.global.molecule.NewMoleculeHeadTripleComparatorImpl extends Object implements Serializable

serialVersionUID: 3376402602482439640L

Serialized Fields

tripleComparator

TripleComparator tripleComparator

Class org.jrdf.graph.global.molecule.NewMoleculeMergingComparatorImpl extends Object implements Serializable

serialVersionUID: 3376402602482439640L

Serialized Fields

tripleComparator

TripleComparator tripleComparator

Package org.jrdf.graph.local.index

Class org.jrdf.graph.local.index.AbstractIndex extends Object implements Serializable

serialVersionUID: 6761527324041518032L

Serialized Fields

index

Map<K,V> index

Package org.jrdf.graph.local.index.longindex.bdb

Class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb extends Object implements Serializable

serialVersionUID: 6044200669651883129L

Serialized Fields

index

Map<K,V> index

Package org.jrdf.graph.local.index.longindex.db4o

Class org.jrdf.graph.local.index.longindex.db4o.LongIndexDb4o extends AbstractIndex<Long> implements Serializable

serialVersionUID: 6044200669651883129L

Serialized Fields

creator

MapFactory creator

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

Class org.jrdf.graph.local.index.longindex.mem.LongIndexMem extends AbstractIndex<Long> implements Serializable

serialVersionUID: -5048829267886339451L


Package org.jrdf.graph.local.index.nodepool

Class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl extends Object implements Serializable

serialVersionUID: 6290485805443126422L

Serialized Fields

literalMatcher

LiteralMatcher literalMatcher

currentString

String currentString

Package org.jrdf.graph.local.mem

Class org.jrdf.graph.local.mem.AbstractResource extends Object implements Serializable

serialVersionUID: 3641740111800858628L

Serialized Fields

readWriteGraph

ReadWriteGraph readWriteGraph

resource

Long resource

Class org.jrdf.graph.local.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.local.mem.BlankNodeResourceImpl extends AbstractResource implements Serializable

serialVersionUID: -7817086166570580806L

Serialized Fields

node

GlobalizedBlankNode node

Class org.jrdf.graph.local.mem.CollectionImpl extends LinkedList<ObjectNode> implements Serializable

serialVersionUID: -420874713471604278L

Class org.jrdf.graph.local.mem.GlobalizedBlankNodeComparatorImpl extends Object implements Serializable

serialVersionUID: -6103017323667251812L

Class org.jrdf.graph.local.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.local.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.local.mem.LocalizedBlankNodeComparatorImpl extends Object implements Serializable

serialVersionUID: 3858464100978500030L

Serialized Fields

localizedNodeComparator

LocalizedNodeComparator localizedNodeComparator

Class org.jrdf.graph.local.mem.LocalizedNodeComparatorImpl extends Object implements Serializable

serialVersionUID: 5869199081435889072L

Class org.jrdf.graph.local.mem.NodeComparatorImpl extends Object implements Serializable

serialVersionUID: 1941872400257968398L

Serialized Fields

nodeTypeComparator

NodeTypeComparator nodeTypeComparator

blankNodeComparator

BlankNodeComparator blankNodeComparator

currentEnum

NodeTypeEnum currentEnum

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

serialVersionUID: -1593168906476123697L

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

serialVersionUID: -1495143472207557345L

Serialized Fields

nodeComparator

NodeComparator nodeComparator

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

serialVersionUID: -4120822410726711976L

Serialized Fields

id

Long id
The internal identifier for this node.

Class org.jrdf.graph.local.mem.URIReferenceResourceImpl extends AbstractResource implements Serializable

serialVersionUID: 6874840676043541168L

Serialized Fields

node

URIReference node

Package org.jrdf.graph.local.mem.iterator

Class org.jrdf.graph.local.mem.iterator.PredicateClosableIterator extends Object implements Serializable


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.parser.ntriples.parser

Class org.jrdf.parser.ntriples.parser.NTripleUtilImpl extends Object implements Serializable

serialVersionUID: 4088891841006085382L

Serialized Fields

regexMatcherFactory

RegexMatcherFactory regexMatcherFactory

Class org.jrdf.parser.ntriples.parser.RegexLiteralMatcher extends Object implements Serializable

serialVersionUID: 71365287225809670L

Serialized Fields

pattern

Pattern pattern

regexFactory

RegexMatcherFactory regexFactory

nTripleUtil

NTripleUtil nTripleUtil

Package org.jrdf.query

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

serialVersionUID: 3778815984074679718L

Serialization Methods

readObject

private void readObject(ObjectInputStream input)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream output)
                  throws IOException
Throws:
IOException
Serialized Fields

heading

Set<E> heading

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


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.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

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

serialVersionUID: 6162523916425888190L

Serialized Fields

attributeValuePairComparator

AttributeValuePairComparator attributeValuePairComparator

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

serialVersionUID: 4135312692643773094L

Serialized Fields

attributeValuePairComparator

AttributeValuePairComparator attributeValuePairComparator

attributeValues

Set<E> attributeValues

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

serialVersionUID: -6788108639466970775L

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

serialVersionUID: 5588873511780742278L

Serialization Methods

readObject

private void readObject(ObjectInputStream input)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream output)
                  throws IOException
Throws:
IOException

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.util.bdb

Class org.jrdf.util.bdb.ByteTripleComparatorImpl extends Object implements Serializable

serialVersionUID: 8029585962398122344L

Serialized Fields

tripleComparator

TripleComparator tripleComparator

tripleBinding

TripleBinding tripleBinding

Class org.jrdf.util.bdb.NodeBinding extends com.sleepycat.bind.tuple.TupleBinding implements Serializable

serialVersionUID: 2361309903891433676L

Serialized Fields

mapper

StringNodeMapper mapper

Class org.jrdf.util.bdb.TripleBinding extends com.sleepycat.bind.tuple.TupleBinding implements Serializable

serialVersionUID: 6518054866571995110L

Serialized Fields

nodeBinding

com.sleepycat.bind.tuple.TupleBinding nodeBinding

Package org.jrdf.util.boundary

Class org.jrdf.util.boundary.RegexMatcherFactoryImpl extends Object implements Serializable

serialVersionUID: 9219479794140687933L


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

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

serialVersionUID: -6831645627526760837L


Package org.jrdf.writer

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

serialVersionUID: -8872295650275746473L

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

serialVersionUID: 2419814921997551107L