gridsim
Class Sim_from_port

java.lang.Object
  |
  +--eduni.simjava.Sim_predicate
        |
        +--gridsim.Sim_from_port

public class Sim_from_port
extends eduni.simjava.Sim_predicate

This class creates a new Sim_predicate to evaluate whether an event is coming through a specific port.


Constructor Summary
Sim_from_port(eduni.simjava.Sim_port port)
           
 
Method Summary
 boolean match(eduni.simjava.Sim_event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sim_from_port

public Sim_from_port(eduni.simjava.Sim_port port)
Method Detail

match

public boolean match(eduni.simjava.Sim_event event)
Specified by:
match in class eduni.simjava.Sim_predicate