"<table><div>index</div></table>");
state2 = new StateVertexImpl(2, "STATE_TWO", "<table><div>state2</div></table>");
state3 = new StateVertexImpl(3, "STATE_THREE", "<table><div>state3</div></table>");
state4 = new StateVertexImpl(4, "STATE_FOUR", "<table><div>state4</div></table>");
state5 = new StateVertexImpl(5, "STATE_FIVE", "<table><div>state5</div></table>");
graph = new InMemoryStateFlowGraph(new ExitNotifier(0), new DefaultStateVertexFactory());
graph.putIndex(index);
}