Serialized Form

Class org.semanticweb.lp.ConstTerm extends Term implements Serializable

Serialized Fields

functor

java.lang.String functor


Class org.semanticweb.triple.service.DeleteServlet extends HttpServlet implements Serializable


Class org.semanticweb.lp.DoubleTerm extends Term implements Serializable

Serialized Fields

value

double value


Class org.semanticweb.lp.FormulaObject extends java.lang.Object implements Serializable


Class org.semanticweb.lp.FunctorTerm extends Term implements Serializable

Serialized Fields

args

Term[] args

functor

java.lang.String functor


Class org.semanticweb.triple.service.ImportServlet extends HttpServlet implements Serializable


Class org.semanticweb.lp.IntegerTerm extends Term implements Serializable

Serialized Fields

value

int value


Class org.semanticweb.lp.ListTerm extends Term implements Serializable


Class org.semanticweb.lp.Literal extends java.lang.Object implements Serializable

Serialized Fields

predicateSymbol

java.lang.String predicateSymbol

args

Term[] args

polarity

boolean polarity


Class org.semanticweb.lp.LPParseException extends java.lang.Exception implements Serializable


Class org.semanticweb.lp.NilTerm extends ListTerm implements Serializable


Class org.semanticweb.lp.NonEmptyListTerm extends ListTerm implements Serializable

Serialized Fields

head

Term head

rest

Term rest


Class org.semanticweb.triple.application.ParseException extends java.lang.Exception 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 org.semanticweb.triple.client.ParseException extends java.lang.Exception 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 org.semanticweb.triple.parser.ParseException extends java.lang.Exception 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 org.semanticweb.lp.ProgramClause extends FormulaObject implements Serializable

Serialized Fields

head

Literal[] head

body

Literal[] body


Class org.semanticweb.triple.service.QueryServlet extends HttpServlet implements Serializable


Class org.semanticweb.lp.StringTerm extends Term implements Serializable

Serialized Fields

content

java.lang.String content


Class org.semanticweb.lp.Term extends java.lang.Object implements Serializable


Class org.semanticweb.triple.application.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

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


Class org.semanticweb.triple.client.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

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


Class org.semanticweb.triple.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

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


Class org.semanticweb.triple.application.TripleServiceException extends java.lang.Exception implements Serializable


Class org.semanticweb.lp.VariableTerm extends Term implements Serializable

Serialized Fields

variable

java.lang.String variable


Class org.semanticweb.xsb.XSBCore extends java.rmi.server.UnicastRemoteObject implements Serializable


Class org.semanticweb.xsb.XSBCoreWrapper extends XSBCore implements Serializable

Serialized Fields

_end

boolean _end


Class org.semanticweb.triple.application.XSBException extends java.rmi.RemoteException implements Serializable