public class MUCGUI extends KahinaGUI
| Modifier and Type | Field and Description |
|---|---|
protected PartitionBlockView |
blockListView |
protected RecursiveBlockView |
blockTreeView |
protected ColoredPathDAGView |
decisionGraphView |
protected KahinaSatInstanceListView |
metaInstanceView |
protected MUCStepView |
mucView |
protected UCReducerListView |
reducerListView |
protected KahinaSatInstanceListView |
satInstanceView |
controlWindows, livingViews, messageConsoleView, varNameToView, views, windowManager| Constructor and Description |
|---|
MUCGUI(java.lang.Class<? extends KahinaStep> stepType,
MUCInstance kahina) |
| Modifier and Type | Method and Description |
|---|---|
protected KahinaWindowManager |
createWindowManager() |
void |
displayMainViews() |
void |
displayStepContent(int stepID) |
KahinaPerspective |
generateInitialPerspective() |
void |
initialize() |
void |
processEvent(ClauseSelectionEvent e) |
void |
processEvent(KahinaEvent e) |
addControlButton, createProgressMonitorWrapper, fillFieldToView, getKahinaInstance, getMainWindow, getNewGrammarString, getPerspective, getViewByID, getWindowManager, integrateWindows, prepare, processDialogEvent, setPerspective, show, showConfirmDialog, showMessageDialogprotected KahinaSatInstanceListView satInstanceView
protected KahinaSatInstanceListView metaInstanceView
protected ColoredPathDAGView decisionGraphView
protected PartitionBlockView blockListView
protected RecursiveBlockView blockTreeView
protected MUCStepView mucView
protected UCReducerListView reducerListView
public MUCGUI(java.lang.Class<? extends KahinaStep> stepType, MUCInstance kahina)
public void initialize()
initialize in class KahinaGUIpublic void displayMainViews()
displayMainViews in class KahinaGUIprotected KahinaWindowManager createWindowManager()
createWindowManager in class KahinaGUIpublic KahinaPerspective generateInitialPerspective()
generateInitialPerspective in class KahinaGUIpublic void displayStepContent(int stepID)
displayStepContent in class KahinaGUIpublic void processEvent(KahinaEvent e)
processEvent in interface KahinaListenerprocessEvent in class KahinaGUIpublic void processEvent(ClauseSelectionEvent e)