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 --- .../inf/dslreasoner/faulttree/model/cft/Input.java | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Input.java (limited to 'Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Input.java') diff --git a/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Input.java b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Input.java new file mode 100644 index 00000000..55da3f9a --- /dev/null +++ b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Input.java @@ -0,0 +1,100 @@ +/** + */ +package hu.bme.mit.inf.dslreasoner.faulttree.model.cft; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EObject; + +/** + * + * A representation of the model object 'Input'. + * + * + *

+ * The following features are supported: + *

+ * + * + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getInput() + * @model + * @generated + */ +public interface Input extends EObject { + /** + * Returns the value of the 'Intput Event' reference. + * + *

+ * If the meaning of the 'Intput Event' reference isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Intput Event' reference. + * @see #setIntputEvent(IntputEvent) + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getInput_IntputEvent() + * @model required="true" + * @generated + */ + IntputEvent getIntputEvent(); + + /** + * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Input#getIntputEvent Intput Event}' reference. + * + * + * @param value the new value of the 'Intput Event' reference. + * @see #getIntputEvent() + * @generated + */ + void setIntputEvent(IntputEvent value); + + /** + * Returns the value of the 'Component' container reference. + * It is bidirectional and its opposite is '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Component#getInputs Inputs}'. + * + *

+ * If the meaning of the 'Component' container reference isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Component' container reference. + * @see #setComponent(Component) + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getInput_Component() + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Component#getInputs + * @model opposite="inputs" required="true" transient="false" + * @generated + */ + Component getComponent(); + + /** + * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Input#getComponent Component}' container reference. + * + * + * @param value the new value of the 'Component' container reference. + * @see #getComponent() + * @generated + */ + void setComponent(Component value); + + /** + * Returns the value of the 'Incoming Connections' containment reference list. + * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Connection}. + * It is bidirectional and its opposite is '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Connection#getInput Input}'. + * + *

+ * If the meaning of the 'Incoming Connections' containment reference list isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Incoming Connections' containment reference list. + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getInput_IncomingConnections() + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Connection#getInput + * @model opposite="input" containment="true" + * @generated + */ + EList getIncomingConnections(); + +} // Input -- cgit v1.2.3-70-g09d2