if (container.getSource() != null) {
pc.setSource(workspace, container.getSource());
}
//Architecture
GraphController graphController = Lookup.getDefault().lookup(GraphController.class);
GraphModel graphModel = Lookup.getDefault().lookup(GraphController.class).getGraphModel();
Graph graph = graphModel.getGraph();;
GraphFactory factory = graphModel.factory();
//Attributes - Creates columns for properties
attributeModel = graphController.getAttributeModel();
flushColumns();
//Dynamic
// if (container.getTimeFormat() != null) {
// DynamicController dynamicController = Lookup.getDefault().lookup(DynamicController.class);