Package com.opttek.optquest
Class COptQuestStringVariable
java.lang.Object
com.opttek.optquest.COptQuestVariable
com.opttek.optquest.COptQuestUserControlledVariable
com.opttek.optquest.COptQuestStringVariable
COptQuestStringVariable allows the user to add a variable that defines an expression where the
expression is a mathematical formula that can reference input variables, or output variables by their names.
The expression can contain any supported mathematical function.
-
Method Summary
Modifier and TypeMethodDescriptionvoidChecks the objective expression for syntax errors.voidsetDefinition(com.opttek.optquest.OptQuestDefinition def) Methods inherited from class com.opttek.optquest.COptQuestUserControlledVariable
GetReplicationStatistic, GetReplicationStatisticValue, SetExclusiveRange, SetLowerBound, SetReplicationStatistic, SetUpperBoundMethods inherited from class com.opttek.optquest.COptQuestVariable
equals, GetDOELowerBound, GetDOEUpperBound, GetExclusiveLowerBoundAt, GetExclusiveUpperBoundAt, getID, GetLowerBound, GetName, GetNumberOfExclusiveRanges, GetStepSize, GetSuggestedValue, GetUpperBound, getVarRange, hashCode, isZeroOne, SetName
-
Method Details
-
setDefinition
- Throws:
COptQuestException
-
CheckExpression
Checks the objective expression for syntax errors. If the expression contains errors, a COptQuestException is thrown.- Throws:
COptQuestException- if a problem is encountered
-