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