/** * 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 'Reliability Objective Function'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getReliabilityObjectiveFunction() * @model * @generated */ public interface ReliabilityObjectiveFunction 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#getReliabilityObjectiveFunction_Package() * @model * @generated */ CftModel getPackage(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ReliabilityObjectiveFunction#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#getReliabilityObjectiveFunction_Transformation() * @model * @generated */ TransformationDefinition getTransformation(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ReliabilityObjectiveFunction#getTransformation Transformation}' reference. * * * @param value the new value of the 'Transformation' reference. * @see #getTransformation() * @generated */ void setTransformation(TransformationDefinition value); } // ReliabilityObjectiveFunction