Serialized Form


Package lp.parse

Class lp.parse.LpParserException extends RuntimeException implements Serializable

Serialized Fields

expected

LpTokenType expected
Expected token.


found

String found
Token found instead.


position

int position
Line position of the problematic token's beginning.


lineNumber

int lineNumber
Line number within the input where the problematic token was found.


Package lp.trans

Class lp.trans.GrounderMessage extends RuntimeException implements Serializable

Serialized Fields

sourceRule

LpRule sourceRule
The rule that is the reason of this message. Can be null if no such rule is specified by lparse.


warning

boolean warning
Is true if this is a warning message and false if it is an error message.


Package lp.ui

Class lp.ui.ConfigManager extends Properties implements Serializable


Package lp.unit

Class lp.unit.DynamicLogicProgram extends ArrayList<LogicProgram> implements Serializable

Class lp.unit.EvolutionStableModel extends ArrayList<StableModel> implements Serializable

Class lp.unit.GeneralizedLogicProgram extends LinkedHashSet<LpRule> implements Serializable

Class lp.unit.StableModel extends TreeSet<LpAtom> implements Serializable

Class lp.unit.TransformedDlp extends GeneralizedLogicProgram implements Serializable

Serialized Fields

ruleGroups

Map<K,V> ruleGroups
A mapping of types to logic programs.

Class lp.unit.TransformedEvolp extends GeneralizedLogicProgram implements Serializable

Serialized Fields

ruleGroups

Map<K,V> ruleGroups
A mapping of groups and types to logic programs.


maxGroup

int maxGroup
Maximum group used in this transformed program.


Package lp.util

Class lp.util.ExceptionAdapter extends RuntimeException implements Serializable


Package lp.wrap

Class lp.wrap.LparseMessage extends RuntimeException implements Serializable

Serialized Fields

warning

boolean warning
Is true if this is a warning message and false if it is an error message.


lineNumber

int lineNumber
Contains the number of line in the lparse's input to which this message is related. If the number is unknown, it must be set to -1.

Class lp.wrap.WrapperException extends RuntimeException implements Serializable