Trull

edu.luc.cs.trull
Interface EventValuator

All Known Implementing Classes:
BranchValuator

public interface EventValuator

A function from events to int.


Method Summary
 int apply(java.beans.PropertyChangeEvent incoming)
          Computes an int from the given event.
 

Method Detail

apply

int apply(java.beans.PropertyChangeEvent incoming)
Computes an int from the given event.

Parameters:
incoming - the event.
Returns:
the computed int.

Trull

http://www.cs.luc.edu/trull/