All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class eduni.simjava.Sim_any_p

java.lang.Object
   |
   +----eduni.simjava.Sim_predicate
           |
           +----eduni.simjava.Sim_any_p

public class Sim_any_p
extends Sim_predicate
A predicate which will 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_ANY, so the user does not need to create any new instances.

See Also:
Sim_predicate, Sim_system

Constructor Index

 o Sim_any_p()
Constructor.

Method Index

 o match(Sim_event)
The match function called by Sim_system.sim_select(), not used directly by the user

Constructors

 o Sim_any_p
 public Sim_any_p()
Constructor.

Returns:
A new instance of the class.

Methods

 o match
 public boolean match(Sim_event ev)
The match function called by Sim_system.sim_select(), not used directly by the user

Overrides:
match in class Sim_predicate

All Packages  Class Hierarchy  This Package  Previous  Next  Index