org.gecode.ModEvent Interface Reference
[Programming actors]
List of all members.Detailed Description
General modification event.This class represents the common ground of all modification events. All modifications events can be tested for failure and for being assignment events.
Additionally, all modification events may be converted to an instance of GenModEvent.
Definition at line 36 of file ModEvent.java.
Public Member Functions | |
| boolean | failed () |
| Does this ModEvent represent a failure? | |
| boolean | assigned () |
| Does this ModEvent represent an assignment? | |
| GenModEvent | toGeneric () |
| Convert this ModEvent into a GenModEvent. | |
Member Function Documentation
| boolean org.gecode.ModEvent.failed | ( | ) |
Does this ModEvent represent a failure?
| boolean org.gecode.ModEvent.assigned | ( | ) |
Does this ModEvent represent an assignment?
| GenModEvent org.gecode.ModEvent.toGeneric | ( | ) |
Convert this ModEvent into a GenModEvent.
The documentation for this interface was generated from the following file:
- org/gecode/ModEvent.java (Revision: 2944)
