/** */ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage; /** * * A representation of the model object 'Constant Declaration'. * * * * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getConstantDeclaration() * @model * @generated */ public interface ConstantDeclaration extends Constant { } // ConstantDeclaration