public class ModelAnonymizationConfiguration
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ModelAnonymizationConfiguration.SearchType
Search type
|
static class |
ModelAnonymizationConfiguration.TransformationType
Transformation type
|
Modifier and Type | Method and Description |
---|---|
int |
getHeuristicSearchStepLimit()
Search step limit for SearchType.STEP_LIMIT
|
double |
getHeuristicSearchTimeLimit()
Search time limit for SearchType.TIME_LIMIT
|
int |
getNumIterations()
Number of iterations for TransformationType.LOCAL
|
ModelAnonymizationConfiguration.SearchType |
getSearchType()
Returns the search type
|
ModelAnonymizationConfiguration.TransformationType |
getTransformationType()
Returns the transformation type
|
void |
setHeuristicSearchStepLimit(int heuristicSearchStepLimit) |
void |
setHeuristicSearchTimeLimit(double heuristicSearchTimeLimit) |
void |
setNumIterations(int numIterations) |
void |
setSearchType(ModelAnonymizationConfiguration.SearchType searchType) |
void |
setTransformationType(ModelAnonymizationConfiguration.TransformationType transformationType) |
public int getHeuristicSearchStepLimit()
public double getHeuristicSearchTimeLimit()
public int getNumIterations()
public ModelAnonymizationConfiguration.SearchType getSearchType()
public ModelAnonymizationConfiguration.TransformationType getTransformationType()
public void setHeuristicSearchStepLimit(int heuristicSearchStepLimit)
heuristicSearchStepLimit
- the heuristicSearchStepLimit to setpublic void setHeuristicSearchTimeLimit(double heuristicSearchTimeLimit)
heuristicSearchTimeLimit
- the heuristicSearchTimeLimit to setpublic void setNumIterations(int numIterations)
numIterations
- the numIterations to setpublic void setSearchType(ModelAnonymizationConfiguration.SearchType searchType)
searchType
- the searchType to setpublic void setTransformationType(ModelAnonymizationConfiguration.TransformationType transformationType)
transformationType
- the transformationType to set