|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.opttek.optquest.COptQuestObjective
com.opttek.optquest.COptQuestMultiObjective
public abstract class COptQuestMultiObjective
The COptQuestMultiObjective is an abstract class. See COptQuestWeightedMultiObjective and COptQuestFrontierMultiObjective.
| Constructor Summary | |
|---|---|
COptQuestMultiObjective()
Default constructor |
|
COptQuestMultiObjective(java.lang.String name)
Constructor that assigns a name to the objective |
|
| Method Summary | |
|---|---|
COptQuestObjective |
GetObjectiveAt(int index)
Returns the objective at the specified index. |
int |
GetObjectiveCount()
Returns the number of objectives that have been added to the multi objective. |
java.lang.String |
GetOptimizationName()
Returns the optimization name. |
COptQuestRequirement |
GetRequirementAt(int index)
Returns the requirement at the specified index. |
| Methods inherited from class com.opttek.optquest.COptQuestObjective |
|---|
GetBestFeasible, GetBestValue, GetCurrentFeasible, GetCurrentFeasible, GetCurrentValue, GetCurrentValue, GetName, GetNthBestFeasible, GetNthBestValue, GetReplicationConfidenceLevel, GetReplicationConfidencePercent, GetReplicationConfidenceType, IsLinear, IsMaximize, IsMinimize, SetCurrentValue, SetCurrentValue, SetMaximize, SetMinimize, SetName, SetReplicationConfidence |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public COptQuestMultiObjective()
public COptQuestMultiObjective(java.lang.String name)
name - | Method Detail |
|---|
public int GetObjectiveCount()
public COptQuestObjective GetObjectiveAt(int index)
throws COptQuestException
index -
COptQuestException
public COptQuestRequirement GetRequirementAt(int index)
throws COptQuestException
index -
COptQuestExceptionpublic java.lang.String GetOptimizationName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||