311312313314315316317318319320
} else { availableGraphs.add(new HealthGraph(new NullHealthDescriptor())); } availableGraphs.add(new DifferenceGraph()); availableGraphs.add(new EmptyGraph()); availableGraphs.add(new NullGraph()); return availableGraphs; }