/** * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftModel; import hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.TransformationDefinition; /** * * A representation of the model object 'Reliabiltiy Function'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getReliabiltiyFunction() * @model * @generated */ public interface ReliabiltiyFunction extends ObjectiveFunction { /** * Returns the value of the 'Package' reference. * *

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

* * @return the value of the 'Package' reference. * @see #setPackage(CftModel) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getReliabiltiyFunction_Package() * @model * @generated */ CftModel getPackage(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ReliabiltiyFunction#getPackage Package}' reference. * * * @param value the new value of the 'Package' reference. * @see #getPackage() * @generated */ void setPackage(CftModel value); /** * Returns the value of the 'Transformation' reference. * *

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

* * @return the value of the 'Transformation' reference. * @see #setTransformation(TransformationDefinition) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getReliabiltiyFunction_Transformation() * @model * @generated */ TransformationDefinition getTransformation(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ReliabiltiyFunction#getTransformation Transformation}' reference. * * * @param value the new value of the 'Transformation' reference. * @see #getTransformation() * @generated */ void setTransformation(TransformationDefinition value); } // ReliabiltiyFunction