/** * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage; import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.ComponentDefinition; /** * * A representation of the model object 'Component Instance'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getComponentInstance() * @model * @generated */ public interface ComponentInstance extends Variable { /** * Returns the value of the 'Component Type' reference. * *

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

* * @return the value of the 'Component Type' reference. * @see #setComponentType(ComponentDefinition) * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getComponentInstance_ComponentType() * @model * @generated */ ComponentDefinition getComponentType(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.ComponentInstance#getComponentType Component Type}' reference. * * * @param value the new value of the 'Component Type' reference. * @see #getComponentType() * @generated */ void setComponentType(ComponentDefinition value); } // ComponentInstance