Serialized Form


Package jeops

Class jeops.ConflictSetEvent implements Serializable

Serialized Fields

element

ConflictSetElement element
The element that was added/removed.

Class jeops.RuleEvent implements Serializable

Serialized Fields

ruleIndex

int ruleIndex
The index of the fired rule.

values

java.util.Hashtable values
A table that maps the name of each declared object in the rule to the value that made it fireable.


Package jeops.compiler

Class jeops.compiler.ImportException implements Serializable

Class jeops.compiler.JeopsException implements Serializable

Serialized Fields

column

int column
The column number in the rule file where there is the problem that caused this exception.

line

int line
The line number in the rule file where there is the problem that caused this exception.


Package jeops.conflict

Class jeops.conflict.InternalConflictSetEvent implements Serializable

Serialized Fields

element

ConflictSetElement element
The element that was added or removed.

Class jeops.conflict.NoMoreElementsException implements Serializable