GridSim
v3.1

eduni.simjava
Class Sim_none_p

Object
  extended byeduni.simjava.Sim_predicate
      extended byeduni.simjava.Sim_none_p

public class Sim_none_p
extends Sim_predicate

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.

Version:
1.0, 4 September 1996
Author:
Ross McNab
See Also:
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sim_none_p

public Sim_none_p()
Constructor.

Method Detail

match

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

Specified by:
match in class Sim_predicate
Parameters:
ev - The event to check
Returns:
true if the event matches the predicate, false otherwise

GridSim
v3.1

The University of Melbourne, Australia, 2004