GridSim
v3.1beta

Uses of Class
eduni.simjava.Sim_entity

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.get_entity(int id)
          Get the entity with a given id.
static Sim_entity Sim_system.get_entity(java.lang.String name)
          Get the entity with a given name.
static Sim_entity Sim_system.current_ent()
          Get the currently running entity.
 

Methods in eduni.simjava with parameters of type Sim_entity
(package private)  void Sim_port.connect(Sim_entity dest)
           
static void Sim_system.add(Sim_entity e)
          Add a new entity to the simulation.
(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.
 


GridSim
v3.1beta

The University of Melbourne, Australia, 2004