/* * generated by Xtext 2.10.0 */ package hu.bme.mit.inf.dslreasoner.application.ui.outline import org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider /** * Customization of the default outline structure. * * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline */ class ApplicationConfigurationOutlineTreeProvider extends DefaultOutlineTreeProvider { }