|
SimJava v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--eduni.simjava.Sim_predicate
|
+--eduni.simjava.Sim_none_p
A predicate which will not match any event on the deferred event queue. There is a publicly accessible instance of this predicate in the Sim_system class, called Sim_system.SIM_NONE, so the user does not need to create any new instances.
Sim_predicate,
Sim_system| Constructor Summary | |
Sim_none_p()
Constructor. |
|
| Method Summary | |
boolean |
match(Sim_event ev)
The match function called by Sim_system, not used directly by the user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Sim_none_p()
| Method Detail |
public boolean match(Sim_event ev)
Sim_system, not used directly by the user.match in class Sim_predicateThe - event to checktrue if the event matches the predicate, false otherwise
|
SimJava v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||