public class IterationInfo
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
IterationInfo() |
|
IterationInfo(int index) |
|
IterationInfo(int index,
ClusterSetInfo clusterSetInfo) |
Modifier and Type | Method and Description |
---|---|
ClusterSetInfo |
getClusterSetInfo() |
int |
getIndex() |
boolean |
isStrategyApplied() |
void |
setClusterSetInfo(ClusterSetInfo clusterSetInfo) |
void |
setIndex(int index) |
void |
setStrategyApplied(boolean optimizationApplied) |
protected IterationInfo()
public IterationInfo(int index)
public IterationInfo(int index, ClusterSetInfo clusterSetInfo)
public int getIndex()
public void setIndex(int index)
public ClusterSetInfo getClusterSetInfo()
public void setClusterSetInfo(ClusterSetInfo clusterSetInfo)
public boolean isStrategyApplied()
public void setStrategyApplied(boolean optimizationApplied)