/** */ package hu.bme.mit.inf.dslreasoner.faulttree.model.cft; /** * * A representation of the model object 'KOf MGate Definition'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getKOfMGateDefinition() * @model * @generated */ public interface KOfMGateDefinition extends GateDefinition { /** * Returns the value of the 'K' attribute. * *

* If the meaning of the 'K' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'K' attribute. * @see #setK(int) * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getKOfMGateDefinition_K() * @model * @generated */ int getK(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.KOfMGateDefinition#getK K}' attribute. * * * @param value the new value of the 'K' attribute. * @see #getK() * @generated */ void setK(int value); /** * Returns the value of the 'M' attribute. * *

* If the meaning of the 'M' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'M' attribute. * @see #setM(int) * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getKOfMGateDefinition_M() * @model * @generated */ int getM(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.KOfMGateDefinition#getM M}' attribute. * * * @param value the new value of the 'M' attribute. * @see #getM() * @generated */ void setM(int value); } // KOfMGateDefinition