424344454647484950
@Override public void performAction(ActionEvent e) { DataMap dataMap = getProjectController().getCurrentDataMap(); if (dataMap != null) { new InferRelationshipsController(getApplication().getFrameController(), dataMap) .startup(); } }
414243444546474849