AnyLogic
Expand
Font size
All Implemented Interfaces:
IObjective

public class OptQuestObjective
extends Object
implements IObjective

Constructor Summary

ConstructorDescription
OptQuestObjective() 

Method Summary

Modifier and TypeMethodDescription
com.opttek.optquest.COptQuestUserControlledObjectivegetOptQuestObjective() 
voidsetMaximize() 
voidsetMinimize() 
voidsetReplicationConfidence(int i, int optQuestConstant, double errorPercent) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

OptQuestObjective

public OptQuestObjective()

Method Details

setMinimize

public void setMinimize()
Specified by:
setMinimize in interface IObjective

setMaximize

public void setMaximize()
Specified by:
setMaximize in interface IObjective

setReplicationConfidence

public void setReplicationConfidence(int i,
 int optQuestConstant,
 double errorPercent)

getOptQuestObjective

public com.opttek.optquest.COptQuestUserControlledObjective getOptQuestObjective()