Package adaa.analytics.rules.data
Interface IAttribute
- All Superinterfaces:
Cloneable
,Serializable
- All Known Implementing Classes:
ColumnMetaData
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getAsString
(double value) getName()
getRole()
double
getStatistic
(EStatisticType statType) int
boolean
isDate()
boolean
boolean
void
void
void
-
Method Details
-
clone
Object clone() -
getName
String getName() -
setName
-
getTableIndex
int getTableIndex() -
getMapping
INominalMapping getMapping() -
getColumnType
EColumnType getColumnType() -
isNominal
boolean isNominal() -
isNumerical
boolean isNumerical() -
isDate
boolean isDate() -
getAsString
-
setRole
-
getRole
String getRole() -
recalculateStatistics
void recalculateStatistics() -
getStatistic
-