|
GridSim 5.0 beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSim_predicate
Sim_from_port
public class Sim_from_port
This class creates a new Sim_predicate to evaluate whether an event is coming through a specific port.
Constructor Summary | |
---|---|
Sim_from_port(Sim_port port)
Finds an incoming event that passes through this port |
Method Summary | |
---|---|
boolean |
match(Sim_event event)
Checks whether an event comes through a given port or not. NOTE: This method is 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_from_port(Sim_port port)
port
- an object of Sim_portSim_port
Method Detail |
---|
public boolean match(Sim_event event)
Sim_system
.
match
in class Sim_predicate
event
- an incoming event to compare with
|
GridSim 5.0 beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |