Serialized Form


Package eu.monnetproject.lemon

Class eu.monnetproject.lemon.LemonRepositoryAlreadyClosedException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package eu.monnetproject.lemon.conversions.lmf

Class eu.monnetproject.lemon.conversions.lmf.LMFFormatException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package eu.monnetproject.lemon.impl

Class eu.monnetproject.lemon.impl.ArgumentImpl extends LemonElementImpl<ArgumentImpl> implements Serializable

serialVersionUID: -7363823973988514256L

Serialized Fields

optional

boolean optional

Class eu.monnetproject.lemon.impl.ComponentImpl extends LemonElementImpl<ComponentImpl> implements Serializable

serialVersionUID: 3066039691421245142L

Class eu.monnetproject.lemon.impl.ConditionImpl extends LemonElementImpl implements Serializable

serialVersionUID: -1175673773960468804L

Class eu.monnetproject.lemon.impl.ConstituentImpl extends LemonElementImpl implements Serializable

serialVersionUID: -7919650982044360527L

Class eu.monnetproject.lemon.impl.ContextImpl extends LemonElementImpl<SenseContext> implements Serializable

serialVersionUID: 2200935241503958078L

Class eu.monnetproject.lemon.impl.DefinitionImpl extends LemonElementImpl<SenseDefinition> implements Serializable

serialVersionUID: 31654907228618356L

Class eu.monnetproject.lemon.impl.ExampleImpl extends LemonElementImpl implements Serializable

serialVersionUID: 2991255226882942129L

Class eu.monnetproject.lemon.impl.FormImpl extends LemonElementImpl implements Serializable

serialVersionUID: 5932803932322555340L

Serialized Fields

reps

HashMap<K,V> reps

Class eu.monnetproject.lemon.impl.FrameImpl extends LemonElementImpl implements Serializable

serialVersionUID: -2731269230726069536L

Serialized Fields

components

HashSet<E> components

resolveRemoteList

boolean resolveRemoteList

Class eu.monnetproject.lemon.impl.LemonElementImpl extends URIElement implements Serializable

Serialized Fields

predElems

HashMap<K,V> predElems

strElems

HashMap<K,V> strElems

strElem

HashMap<K,V> strElem

strText

HashMap<K,V> strText

types

HashSet<E> types

referencers

List<E> referencers

annotations

HashMap<K,V> annotations

modelName

String modelName

model

LemonModelImpl model

checkRemote

boolean checkRemote

Class eu.monnetproject.lemon.impl.LexicalEntryImpl extends LemonElementImpl<LexicalEntryImpl> implements Serializable

serialVersionUID: -4744607952919065833L

Serialized Fields

components

HashSet<E> components

resolveRemoteList

boolean resolveRemoteList

Class eu.monnetproject.lemon.impl.LexicalSenseImpl extends LemonElementImpl<LexicalSense> implements Serializable

serialVersionUID: -5234654151711425881L

Serialized Fields

reference

URI reference

refPref

LexicalSense.ReferencePreference refPref

Class eu.monnetproject.lemon.impl.LexiconImpl extends LemonElementImpl implements Serializable

serialVersionUID: 2163929528117965687L

Serialized Fields

language

String language

checkRemoteLang

boolean checkRemoteLang

checkRemoteTopic

boolean checkRemoteTopic

checkRemoteEntry

boolean checkRemoteEntry

Class eu.monnetproject.lemon.impl.MorphPatternImpl extends LemonElementImpl<MorphPattern> implements Serializable

serialVersionUID: -6942196754150273136L

Serialized Fields

language

String language

Class eu.monnetproject.lemon.impl.MorphTransformImpl extends LemonElementImpl<MorphTransform> implements Serializable

serialVersionUID: 5402920069758179942L

Serialized Fields

rules

Set<E> rules

Class eu.monnetproject.lemon.impl.NodeImpl extends LemonElementImpl implements Serializable

serialVersionUID: 6829501075252056350L

Serialized Fields

separator

Text separator

Class eu.monnetproject.lemon.impl.PartImpl extends LexicalEntryImpl implements Serializable

serialVersionUID: 1004261337659064364L

Class eu.monnetproject.lemon.impl.PhraseImpl extends LexicalEntryImpl implements Serializable

serialVersionUID: 1410754390690275390L

Class eu.monnetproject.lemon.impl.PrototypeImpl extends LemonElementImpl<Prototype> implements Serializable

serialVersionUID: 5793213109212070001L

Class eu.monnetproject.lemon.impl.RemoteUpdateException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class eu.monnetproject.lemon.impl.TopicImpl extends LemonElementImpl implements Serializable

serialVersionUID: 2397732933445668682L

Class eu.monnetproject.lemon.impl.WordImpl extends LexicalEntryImpl implements Serializable

serialVersionUID: 736175757260710405L


Package eu.monnetproject.lemon.impl.io.turtle

Class eu.monnetproject.lemon.impl.io.turtle.ParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

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

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

String eol
The end of line string for this machine.

Class eu.monnetproject.lemon.impl.io.turtle.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class eu.monnetproject.lemon.impl.io.turtle.TokenMgrError extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

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

Class eu.monnetproject.lemon.impl.io.turtle.TurtleParseException extends RuntimeException implements Serializable


Package eu.monnetproject.lemon.liam

Class eu.monnetproject.lemon.liam.MorphologyApplicationException extends RuntimeException implements Serializable


Package eu.monnetproject.lemon.model

Class eu.monnetproject.lemon.model.Text extends Object implements Serializable

Serialized Fields

value

String value
The value of the string


language

String language
The language of the string



Copyright © 2012. All Rights Reserved.