|
SimJava 2.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sim_entity | |
---|---|
eduni.simjava | Classes that form the main simulation structure of SimJava . |
Uses of Sim_entity in eduni.simjava |
---|
Methods in eduni.simjava that return Sim_entity | |
---|---|
static Sim_entity |
Sim_system.current_ent()
Get the currently running entity. |
static Sim_entity |
Sim_system.get_entity(int id)
Get the entity with a given id. |
static Sim_entity |
Sim_system.get_entity(String name)
Get the entity with a given name. |
Methods in eduni.simjava that return types with arguments of type Sim_entity | |
---|---|
static List<Sim_entity> |
Sim_system.getEntityList()
Returns a list of entities created for the simulation |
Methods in eduni.simjava with parameters of type Sim_entity | |
---|---|
(package private) static void |
Sim_system.add_entity_dynamically(Sim_entity e)
Internal method used to add a new entity to the simulation when the simulation is running. |
static void |
Sim_system.add(Sim_entity e)
Add a new entity to the simulation. |
(package private) void |
Sim_port.connect(Sim_entity dest)
|
|
SimJava 2.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |