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/cft/Component.java | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Component.java (limited to 'Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Component.java') diff --git a/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Component.java b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Component.java new file mode 100644 index 00000000..e1951172 --- /dev/null +++ b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/Component.java @@ -0,0 +1,90 @@ +/** + */ +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 'Component'. + * + * + *

+ * The following features are supported: + *

+ * + * + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getComponent() + * @model + * @generated + */ +public interface Component extends EObject { + /** + * Returns the value of the 'Inputs' containment reference list. + * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Input}. + * It is bidirectional and its opposite is '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Input#getComponent Component}'. + * + *

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

+ * + * @return the value of the 'Inputs' containment reference list. + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getComponent_Inputs() + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Input#getComponent + * @model opposite="component" containment="true" + * @generated + */ + EList getInputs(); + + /** + * Returns the value of the 'Outputs' containment reference list. + * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Output}. + * It is bidirectional and its opposite is '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Output#getComponent Component}'. + * + *

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

+ * + * @return the value of the 'Outputs' containment reference list. + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getComponent_Outputs() + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Output#getComponent + * @model opposite="component" containment="true" + * @generated + */ + EList getOutputs(); + + /** + * Returns the value of the 'Component Definition' reference. + * + *

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

+ * + * @return the value of the 'Component Definition' reference. + * @see #setComponentDefinition(ComponentDefinition) + * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getComponent_ComponentDefinition() + * @model required="true" + * @generated + */ + ComponentDefinition getComponentDefinition(); + + /** + * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Component#getComponentDefinition Component Definition}' reference. + * + * + * @param value the new value of the 'Component Definition' reference. + * @see #getComponentDefinition() + * @generated + */ + void setComponentDefinition(ComponentDefinition value); + +} // Component -- cgit v1.2.3-70-g09d2