Serialized Form


Package com.cyc.tool.subl.jrtl.nativeCode.subLisp

Class com.cyc.tool.subl.jrtl.nativeCode.subLisp.CatchableThrow extends java.lang.RuntimeException implements Serializable

Serialized Fields

target

SubLObject target

result

SubLObject result

Class com.cyc.tool.subl.jrtl.nativeCode.subLisp.Resourcer extends java.lang.RuntimeException implements Serializable

Serialized Fields

sublArrayListListIteratorPool

ObjectPool sublArrayListListIteratorPool

sublConsListListIteratorPool

ObjectPool sublConsListListIteratorPool

hashtableKeyEntryPool

ObjectPool hashtableKeyEntryPool

objectArrayObjectPools

ObjectPool[] objectArrayObjectPools

sublObjectArrayObjectPools

ObjectPool[] sublObjectArrayObjectPools

Package com.cyc.tool.subl.jrtl.nativeCode.type.core

Class com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLLock.MyReentrantLock extends java.util.concurrent.locks.ReentrantLock implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLProcess.TerminationRequest extends Unhandleable implements Serializable


Package com.cyc.tool.subl.jrtl.nativeCode.type.exception

Class com.cyc.tool.subl.jrtl.nativeCode.type.exception.InvalidSubLExpressionException extends SubLException implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.exception.ResumeException extends Unhandleable implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.exception.SubLException extends java.lang.RuntimeException implements Serializable

Serialized Fields

date

java.util.Date date

restarts

SubLList restarts

threadName

java.lang.String threadName

description

java.lang.String description

Class com.cyc.tool.subl.jrtl.nativeCode.type.exception.SubLStreamNilException extends SubLException implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.exception.Unhandleable extends SubLException implements Serializable


Package com.cyc.tool.subl.jrtl.nativeCode.type.number

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.AbstractSubLFloat extends AbstractSubLNumber implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.AbstractSubLInteger extends AbstractSubLNumber implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.AbstractSubLIntegerBignum extends AbstractSubLInteger implements Serializable

Serialized Fields

value

int value

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.AbstractSubLNumber extends java.lang.Number implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.SubLBigIntBignum extends AbstractSubLInteger implements Serializable

Serialized Fields

theBigInt

java.math.BigInteger theBigInt

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.SubLDoubleFloat extends AbstractSubLFloat implements Serializable

Serialized Fields

doubleValue

java.lang.Double doubleValue

value

double value

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.SubLFixnum extends AbstractSubLIntegerBignum implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.SubLIntegerBignum extends AbstractSubLIntegerBignum implements Serializable

Class com.cyc.tool.subl.jrtl.nativeCode.type.number.SubLLongBignum extends AbstractSubLInteger implements Serializable

Serialized Fields

value

long value

longValue

java.lang.Long longValue

Package com.cyc.tool.subl.parser

Class com.cyc.tool.subl.parser.ParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.cyc.tool.subl.parser.TokenMgrError extends java.lang.RuntimeException implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.cyc.tool.subl.ui

Class com.cyc.tool.subl.ui.SubLReaderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

env

SubLEnvironment env

historyNum

int historyNum

history

SubLCommandHistory history

inStream

java.io.InputStream inStream

outStream

java.io.OutputStream outStream

sublReader

SubLReader sublReader

undoAction

com.cyc.tool.subl.ui.SubLReaderPanel.UndoAction undoAction

redoAction

com.cyc.tool.subl.ui.SubLReaderPanel.RedoAction redoAction

undo

javax.swing.undo.UndoManager undo

actions

java.util.HashMap<K,V> actions

ClearEntryButton

javax.swing.JButton ClearEntryButton

clearButton

javax.swing.JButton clearButton

downButton

javax.swing.JButton downButton

enterButton

javax.swing.JButton enterButton

entryButtonPanel

javax.swing.JPanel entryButtonPanel

entryEditorPanel

javax.swing.JPanel entryEditorPanel

entryLabel

javax.swing.JLabel entryLabel

entryPanel

javax.swing.JPanel entryPanel

entryScrollPane

javax.swing.JScrollPane entryScrollPane

entryTextArea

javax.swing.JTextArea entryTextArea

entryTopPanel

javax.swing.JPanel entryTopPanel

findButton

javax.swing.JButton findButton

historyGotoButton

javax.swing.JButton historyGotoButton

historyGotoLabel

javax.swing.JLabel historyGotoLabel

historyGotoPanel

javax.swing.JPanel historyGotoPanel

historyGotoTextField

javax.swing.JTextField historyGotoTextField

loadFileButton

javax.swing.JButton loadFileButton

mainSplitPane

javax.swing.JSplitPane mainSplitPane

quitButton

javax.swing.JButton quitButton

resultBottomPanel

javax.swing.JPanel resultBottomPanel

resultsLabel

javax.swing.JLabel resultsLabel

resultsPanel

javax.swing.JPanel resultsPanel

resultsScrollPane

javax.swing.JScrollPane resultsScrollPane

resultsTextArea

javax.swing.JTextArea resultsTextArea

resultsTopPanel

javax.swing.JPanel resultsTopPanel

upButton

javax.swing.JButton upButton

workingProgressBar

javax.swing.JProgressBar workingProgressBar

Package com.cyc.tool.subl.util

Class com.cyc.tool.subl.util.UUID extends java.lang.Object implements Serializable

serialVersionUID: -4856846361193249489L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the UUID instance from a stream (that is, deserialize it). This is necessary to set the transient fields to their correct uninitialized value so they will be recomputed on demand.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

mostSigBits

long mostSigBits

leastSigBits

long leastSigBits

Package eu.larkc.core.data

Class eu.larkc.core.data.AttributeValueMap extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: 1L

Class eu.larkc.core.data.BooleanInformationSetImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mValue

boolean mValue

Class eu.larkc.core.data.DataSetImpl extends java.lang.Object implements Serializable

serialVersionUID: -2488891715384699605L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Read resolve method for DataSetImplSerializationProxy

Serialized Fields

endpoint

SPARQLEndpoint endpoint
The endpoint.


dataset

org.openrdf.query.impl.DatasetImpl dataset
The dataset.


timeStamp

long timeStamp
The time stamp.

Class eu.larkc.core.data.DatasetImplSerializationProxy extends org.openrdf.query.impl.DatasetImpl implements Serializable

serialVersionUID: -5190322296593277023L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read object.

Throws:
java.io.IOException - Signals that an I/O exception has occurred.
java.lang.ClassNotFoundException - the class not found exception

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write object.

Throws:
java.io.IOException - Signals that an I/O exception has occurred.
Serialized Fields

defaultGraphs

java.util.Set<E> defaultGraphs
The default graphs.


namedGraphs

java.util.Set<E> namedGraphs
The named graphs.

Class eu.larkc.core.data.HTTPRemoteGraph extends RdfGraphBase implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.net.URL url

Class eu.larkc.core.data.LabelledGroupOfStatementsImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

label

org.openrdf.model.URI label

transId

int transId

Class eu.larkc.core.data.NaturalLanguageDocumentUrl extends java.lang.Object implements Serializable

Serialized Fields

urlStr

java.lang.String urlStr

documentStr

java.lang.String documentStr

Class eu.larkc.core.data.PlainTextDocument extends java.lang.Object implements Serializable

Serialized Fields

mText

java.lang.String mText

Class eu.larkc.core.data.RdfGraphBase extends java.lang.Object implements Serializable

serialVersionUID: 7057670790905909162L

Serialized Fields

name

org.openrdf.model.URI name

Class eu.larkc.core.data.RdfGraphDataSet extends RdfGraphBase implements Serializable

serialVersionUID: 1L

Serialized Fields

endpoint

SPARQLEndpoint endpoint

timeStamp

long timeStamp

Class eu.larkc.core.data.RdfGraphInMemory extends RdfGraphBase implements Serializable

serialVersionUID: 1L

Serialized Fields

data

SetOfStatements data

Class eu.larkc.core.data.SetOfStatementsImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

java.util.ArrayList<E> data

Class eu.larkc.core.data.VariableBindingImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

variables

java.util.ArrayList<E> variables

bindings

java.util.ArrayList<E> bindings

Class eu.larkc.core.data.VariableBindingValue extends java.lang.Object implements Serializable

serialVersionUID: 689448754548360064L

Serialized Fields

v

VariableBinding v
Wrapped variable binding

Class eu.larkc.core.data.XMLDocumentImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.net.URL url

doc

java.lang.String doc

xslt

java.net.URL xslt

graphName

java.lang.String graphName

Package eu.larkc.core.data.serialization

Package eu.larkc.core.data.util

Class eu.larkc.core.data.util.SetOfStatementsMerger extends LabelledGroupOfStatementsImpl implements Serializable

serialVersionUID: 1L


Package eu.larkc.core.data.workflow

Class eu.larkc.core.data.workflow.IllegalWorkflowGraphException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

text

java.lang.String text

Class eu.larkc.core.data.workflow.MultiplePluginParametersException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

text

java.lang.String text

Package eu.larkc.core.endpoint

Class eu.larkc.core.endpoint.EndpointException extends java.lang.Exception implements Serializable

serialVersionUID: -8864197449529111064L

Class eu.larkc.core.endpoint.EndpointInitalizationException extends EndpointException implements Serializable

serialVersionUID: -4698874104024787057L

Class eu.larkc.core.endpoint.EndpointShutdownException extends EndpointException implements Serializable

serialVersionUID: 7650262548194997951L


Package eu.larkc.core.endpoint.sparql.exceptions

Class eu.larkc.core.endpoint.sparql.exceptions.MalformedSparqlQueryException extends SparqlException implements Serializable

serialVersionUID: 1L

Class eu.larkc.core.endpoint.sparql.exceptions.SparqlException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class eu.larkc.core.endpoint.sparql.exceptions.SparqlQueryRefusedException extends SparqlException implements Serializable

serialVersionUID: 1L


Package eu.larkc.core.management

Class eu.larkc.core.management.InvalidURLException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package eu.larkc.core.parallelization

Class eu.larkc.core.parallelization.MultiThreadingException extends java.lang.Exception implements Serializable

serialVersionUID: 7764267867189456479L


Package eu.larkc.core.pluginManager.remote.Servlet.Tomcat.servlet

Class eu.larkc.core.pluginManager.remote.Servlet.Tomcat.servlet.IdentifyPluginServlet extends PluginServlet implements Serializable

serialVersionUID: 1L

Class eu.larkc.core.pluginManager.remote.Servlet.Tomcat.servlet.LarkcServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

mPropertyFilename

java.lang.String mPropertyFilename

mContextName

java.lang.String mContextName

mPluginPath

java.lang.String mPluginPath

mInitParams

java.util.Map<K,V> mInitParams

mLogFormatter

java.text.SimpleDateFormat mLogFormatter

Class eu.larkc.core.pluginManager.remote.Servlet.Tomcat.servlet.PluginServlet extends LarkcServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

mPluginInstances

java.util.Map<K,V> mPluginInstances

Class eu.larkc.core.pluginManager.remote.Servlet.Tomcat.servlet.PropertyEditorServlet extends LarkcServlet implements Serializable

serialVersionUID: 1L


Package eu.larkc.core.pluginregistry

Class eu.larkc.core.pluginregistry.PluginRegistryQueryException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package eu.larkc.core.pluginregistry.query.exceptions

Class eu.larkc.core.pluginregistry.query.exceptions.MalformedSparqlQueryException extends SparqlException implements Serializable

serialVersionUID: 1L

Class eu.larkc.core.pluginregistry.query.exceptions.SparqlException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class eu.larkc.core.pluginregistry.query.exceptions.SparqlQueryTransformException extends SparqlException implements Serializable

serialVersionUID: -1755020246909972161L


Package eu.larkc.core.qos

Package eu.larkc.core.query

Class eu.larkc.core.query.GraphResultBase extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class eu.larkc.core.query.GraphResultBase.FinalStatement extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class eu.larkc.core.query.KeywordQueryImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mKeywords

java.util.List<E> mKeywords

Class eu.larkc.core.query.ORDIGraphResult extends GraphResultBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

bindNames

java.lang.String[] bindNames

Class eu.larkc.core.query.ORDIVariableBinding extends VariableBindingBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class eu.larkc.core.query.RDFXMLGraphResult extends GraphResultBase implements Serializable

serialVersionUID: 1L

Serialized Fields

handler

RDFXMLGraphResult.RDFHandlerHelper handler

Class eu.larkc.core.query.SelectXMLVariableBinding extends VariableBindingBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

dh

SelectXMLVariableBinding.DefaultHandlerHelper dh

Class eu.larkc.core.query.SPARQLQueryImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

query

org.openrdf.query.parser.ParsedQuery query

originalQuery

java.lang.String originalQuery

originalNS

java.lang.String originalNS

label

org.openrdf.model.URI label

Class eu.larkc.core.query.TriplePattern extends java.lang.Object implements Serializable

Serialized Fields

subj

org.openrdf.model.Resource subj

pred

org.openrdf.model.URI pred

obj

org.openrdf.model.Value obj

Class eu.larkc.core.query.TriplePatternQueryImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

patterns

java.util.Collection<E> patterns

Class eu.larkc.core.query.VariableBindingBase extends java.lang.Object implements Serializable

serialVersionUID: 1L