public class FileContentGeneratorSettings extends Object
Constructor and Description |
---|
FileContentGeneratorSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxEnumerationValues()
Returns the maximum number of distinct attribute values to be included in an
enumeration.
|
int |
getMaxIdValues()
Returns the maximum number of attribute values to be saved while checking for
uniqueness.
|
int |
getMinEnumerationInstances()
Returns the minimum number of appearances of an attribute for it to be
considered a candidate for an enumeration type
|
int |
getMinEnumerationRatio()
Returns the ratio for an attribute will be regarded as an enumeration
attribute only if the number of instances divided by the number of distinct
values is >= this ratio
|
int |
getMinFixed()
Returns the minimum number of attributes that must appear, with the same
value each time, for the value to be regarded as FIXED.
|
int |
getMinIdValues()
Returns the minumum number of attribute values that must appear for the
attribute to be regarded as an ID value.
|
void |
setMaxEnumerationValues(int maxEnumerationValues)
Set the maximum number of distinct attribute values to be included in an
enumeration.
|
void |
setMaxIdValues(int maxIdValues)
Set the maximum number of attribute values to be saved while checking for
uniqueness.
|
void |
setMinEnumerationInstances(int minEnumerationInstances)
Set the minimum number of appearances of an attribute for it to be considered
a candidate for an enumeration type
|
void |
setMinEnumerationRatio(int minEnumerationRatio)
Set the ratio for an attribute will be regarded as an enumeration attribute
only if the number of instances divided by the number of distinct values is
>= this ratio
|
void |
setMinFixed(int minFixed)
Set the minimum number of attributes that must appear, with the same value
each time, for the value to be regarded as FIXED.
|
void |
setMinIdValues(int minIdValues)
Set the minumum number of attribute values that must appear for the attribute
to be regarded as an ID value.
|
public int getMinEnumerationInstances()
public void setMinEnumerationInstances(int minEnumerationInstances)
minEnumerationInstances
- the minimum number of appearances of an
attribute for it to be considered a candidate
for an enumeration typepublic int getMaxEnumerationValues()
public void setMaxEnumerationValues(int maxEnumerationValues)
maxEnumerationValues
- the maximum number of distinct attribute values
to be included in an enumeration.public int getMinEnumerationRatio()
public void setMinEnumerationRatio(int minEnumerationRatio)
minEnumerationRatio
- the ratio for an attribute will be regarded as an
enumeration attribute only if the number of
instances divided by the number of distinct values
is >= this ratiopublic int getMinFixed()
public void setMinFixed(int minFixed)
minFixed
- the minimum number of attributes that must appear, with the
same value each time, for the value to be regarded as FIXED.public int getMinIdValues()
public void setMinIdValues(int minIdValues)
minIdValues
- the minumum number of attribute values that must appear
for the attribute to be regarded as an ID value.public int getMaxIdValues()
public void setMaxIdValues(int maxIdValues)
maxIdValues
- the maximum number of attribute values to be saved while
checking for uniqueness.Copyright © 2022. All rights reserved.