/** */ package hu.bme.mit.inf.dslreasoner.faulttree.model.cft; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Modal Element'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getModalElement() * @model interface="true" abstract="true" * @generated */ public interface ModalElement extends EObject { /** * Returns the value of the 'Exists' attribute. * The default value is "MUST". * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Modality}. * *

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

* * @return the value of the 'Exists' attribute. * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Modality * @see #setExists(Modality) * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getModalElement_Exists() * @model default="MUST" * @generated */ Modality getExists(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.ModalElement#getExists Exists}' attribute. * * * @param value the new value of the 'Exists' attribute. * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Modality * @see #getExists() * @generated */ void setExists(Modality value); } // ModalElement