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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.FtPackage#getKOfMGate() * @model * @generated */ public interface KOfMGate extends Gate { /** * 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.ft.FtPackage#getKOfMGate_K() * @model * @generated */ int getK(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.KOfMGate#getK K}' attribute. * * * @param value the new value of the 'K' attribute. * @see #getK() * @generated */ void setK(int value); } // KOfMGate