From 615b602f0a9b4ce9eca8c38b9aa780b81d03d8e7 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 6 Feb 2019 18:28:18 +0100 Subject: Extract component fault tree model --- .../dslreasoner/faulttree/model/ft/KOfMGate.java | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/KOfMGate.java (limited to 'Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/KOfMGate.java') diff --git a/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/KOfMGate.java b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/KOfMGate.java new file mode 100644 index 00000000..33334083 --- /dev/null +++ b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/KOfMGate.java @@ -0,0 +1,76 @@ +/** + */ +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); + + /** + * 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.ft.FtPackage#getKOfMGate_M() + * @model + * @generated + */ + int getM(); + + /** + * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.KOfMGate#getM M}' attribute. + * + * + * @param value the new value of the 'M' attribute. + * @see #getM() + * @generated + */ + void setM(int value); + +} // KOfMGate -- cgit v1.2.3-70-g09d2