bamboo.sim
Class Simulator
java.lang.Object
bamboo.sim.Simulator
public class Simulator
- extends Object
The "main" class for the Bamboo simulator.
- Version:
- $Id: Simulator.java,v 1.17 2004/05/22 00:17:05 srhea Exp $
- Author:
- Sean C. Rhea
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.apache.log4j.Logger logger
instance
protected static Simulator instance
event_queue
public EventQueue event_queue
network_model
public NetworkModel network_model
Simulator
public Simulator()
node_id_to_graph_index
public int node_id_to_graph_index(ostore.util.NodeId node_id)
instance
public static Simulator instance()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
run
public void run(String exp_filename)
throws Exception
- Throws:
Exception