org.processmining.framework.util.ui.wizard
Class MapWizard.MapModel<SettingsModel,Key>

java.lang.Object
  extended by org.processmining.framework.util.ui.wizard.MapWizard.MapModel<SettingsModel,Key>
Enclosing class:
MapWizard<SettingsModel,Key>

public static class MapWizard.MapModel<SettingsModel,Key>
extends java.lang.Object


Constructor Summary
MapWizard.MapModel(Key current, SettingsModel model, Key previous)
           
 
Method Summary
 Key getCurrent()
           
 SettingsModel getModel()
           
 Key getPrevious()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapWizard.MapModel

public MapWizard.MapModel(Key current,
                          SettingsModel model,
                          Key previous)
Method Detail

getCurrent

public Key getCurrent()
Returns:
the current

getPrevious

public Key getPrevious()

getModel

public SettingsModel getModel()