public class DominatingOption
extends java.lang.Object
Constructor and Description |
---|
DominatingOption() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ObjectiveDominationData> |
getObjectives()
Gets the list of objectives at which the excluding option was better
than this option.
|
java.lang.String |
getSolutionKey()
Gets the solution key.
|
void |
setObjectives(java.util.List<ObjectiveDominationData> objectives)
Sets the objectives at which the excluding option was better
than this option.
|
void |
setSolutionKey(java.lang.String key)
Sets the solution key.
|
public java.lang.String getSolutionKey()
public java.util.List<ObjectiveDominationData> getObjectives()
public void setSolutionKey(java.lang.String key)
key
- the solution keypublic void setObjectives(java.util.List<ObjectiveDominationData> objectives)
objectives
- the list of objectives