|
SimJava 2.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sim_port | |
---|---|
eduni.simjava | Classes that form the main simulation structure of SimJava . |
Uses of Sim_port in eduni.simjava |
---|
Methods in eduni.simjava that return Sim_port | |
---|---|
Sim_port |
Sim_entity.get_port(Sim_event ev)
Get the port through which an event arrived. |
Sim_port |
Sim_entity.get_port(String name)
Get the port with a given name. |
Methods in eduni.simjava with parameters of type Sim_port | |
---|---|
void |
Sim_entity.add_port(Sim_port port)
Add a port to this entity. |
boolean |
Sim_event.from_port(Sim_port p)
Determine if the event was sent from a given port. |
void |
Sim_entity.send_on(Sim_event ev,
Sim_port p)
Send on an event to an other entity through a port. |
void |
Sim_entity.sim_schedule(Sim_port dest,
double delay,
int tag)
Send an event to another entity through a port, with no data. |
void |
Sim_entity.sim_schedule(Sim_port dest,
double delay,
int tag,
Object data)
Send an event to another entity through a port, with data. |
|
SimJava 2.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |