/** */ package hu.bme.mit.inf.dslreasoner.logic.model.logicresult; /** * * A representation of the model object 'Inconsistency Result'. * * * * @see hu.bme.mit.inf.dslreasoner.logic.model.logicresult.LogicresultPackage#getInconsistencyResult() * @model * @generated */ public interface InconsistencyResult extends LogicResult { } // InconsistencyResult