/* * generated by Xtext */ package net.certware.state.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class StateAnalysisUiModule extends net.certware.state.ui.AbstractStateAnalysisUiModule { public StateAnalysisUiModule(AbstractUIPlugin plugin) { super(plugin); } }