|
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_not_type_p
A predicate to select events that don't match specific tags.
Sim_type_p,
Sim_predicate| Constructor Summary | |
Sim_not_type_p(int tag)
Constructor used to select events whose tags don't match a given tag. |
|
Sim_not_type_p(int[] tags)
Constructor used to select events whose tag values don't match any of the given tags. |
|
| 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_not_type_p(int tag)
tag - An event tag valuepublic Sim_not_type_p(int[] tags)
tags - The list of tags| Method Detail |
public boolean match(Sim_event ev)
Sim_system, not used directly by the usermatch in class Sim_predicateeduni.simjava.Sim_predicateevent - The event to test for a match.true if the
event matches and should be selected, of false
if it doesn't
|
SimJava v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||