public abstract class Predicate
extends java.lang.Object
PredicateType,
PredicateFrom,
PredicateAny,
PredicateNone,
Simulationpublic abstract boolean match(SimEvent event)
Simulation.select() call is made by the user.event - The event to test for a match.true if the event matches and should be
selected, or false if it does not match the predicate.