|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSim_predicate
Sim_not_type_p
public class 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 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 tagsMethod Detail |
---|
public boolean match(Sim_event ev)
Sim_system
, not used directly by the user
match
in class Sim_predicate
ev
- The event to test for a match.
true
if the
event matches and should be selected, of false
if it doesn't
|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |