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, showMessageDialog
protected 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 KahinaGUI
public void displayMainViews()
displayMainViews
in class KahinaGUI
protected KahinaWindowManager createWindowManager()
createWindowManager
in class KahinaGUI
public KahinaPerspective generateInitialPerspective()
generateInitialPerspective
in class KahinaGUI
public void displayStepContent(int stepID)
displayStepContent
in class KahinaGUI
public void processEvent(KahinaEvent e)
processEvent
in interface KahinaListener
processEvent
in class KahinaGUI
public void processEvent(ClauseSelectionEvent e)