|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--eduni.simjava.Sim_predicate | +--gridsim.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(eduni.simjava.Sim_port port)
Allocates a new Sim_from_port object |
Method Summary | |
boolean |
match(eduni.simjava.Sim_event event)
Matches a given Sim_event object with the one from the port. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Sim_from_port(eduni.simjava.Sim_port port)
port
- an object of Sim_portSim_port
Method Detail |
public boolean match(eduni.simjava.Sim_event event)
match
in class eduni.simjava.Sim_predicate
event
- an object of Sim_event
Sim_event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |