// private static FlowChartManager uniqueInstance = new FlowChartManager();
private final FlowChartSystem flowChartSystem;
private final HashMap<String,ChartSpecification> chartSpecifications;
public FlowChartManager() {
flowChartSystem = new FlowChartSystem();
chartSpecifications = new HashMap<String,ChartSpecification>();
}