agg.parser
Class CriticalPairEvent
java.lang.Object
java.util.EventObject
agg.parser.ParserEvent
agg.parser.ParserMessageEvent
agg.parser.CriticalPairEvent
- All Implemented Interfaces:
- java.io.Serializable
public class CriticalPairEvent
- extends ParserMessageEvent
A message generated during critical pair analysis.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
CriticalPairEvent(ExcludePairContainer source,
Rule first,
Rule second)
Constructs a new object informing, that the state of the rule pair
(first, second) has changed. |
CriticalPairEvent(ExcludePairContainer source,
Rule first,
Rule second,
int key)
|
CriticalPairEvent(ExcludePairContainer source,
Rule first,
Rule second,
int key,
java.lang.String message)
|
CriticalPairEvent(ExcludePairContainer source,
Rule first,
Rule second,
java.lang.String message)
Constructs a new object informing, that the state of the rule pair
(first, second) has changed. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNCRITICAL
public static final int UNCRITICAL
- See Also:
- Constant Field Values
CRITICAL
public static final int CRITICAL
- See Also:
- Constant Field Values
NONRELEVANT
public static final int NONRELEVANT
- See Also:
- Constant Field Values
SHOW_ENTRY
public static final int SHOW_ENTRY
- See Also:
- Constant Field Values
HIDE_ENTRY
public static final int HIDE_ENTRY
- See Also:
- Constant Field Values
REMOVE_RULE_ENTRY
public static final int REMOVE_RULE_ENTRY
- See Also:
- Constant Field Values
REMOVE_RELATION_ENTRY
public static final int REMOVE_RELATION_ENTRY
- See Also:
- Constant Field Values
REMOVE_ENTRY
public static final int REMOVE_ENTRY
- See Also:
- Constant Field Values
CriticalPairEvent
public CriticalPairEvent(ExcludePairContainer source,
Rule first,
Rule second)
- Constructs a new object informing, that the state of the rule pair
(first, second) has changed.
CriticalPairEvent
public CriticalPairEvent(ExcludePairContainer source,
Rule first,
Rule second,
java.lang.String message)
- Constructs a new object informing, that the state of the rule pair
(first, second) has changed.
CriticalPairEvent
public CriticalPairEvent(ExcludePairContainer source,
Rule first,
Rule second,
int key)
CriticalPairEvent
public CriticalPairEvent(ExcludePairContainer source,
Rule first,
Rule second,
int key,
java.lang.String message)
getFirstRule
public Rule getFirstRule()
- returns the first rule of the changed pair
getSecondRule
public Rule getSecondRule()
- returns the second rule of the changed pair
getKey
public int getKey()
- Overrides:
getKey
in class ParserMessageEvent