Package adaa.analytics.rules.data
Interface IAttribute
- All Superinterfaces:
- Cloneable,- Serializable
- All Known Implementing Classes:
- ColumnMetaData
- 
Method SummaryModifier and TypeMethodDescriptionclone()getAsString(double value) getName()getRole()doublegetStatistic(EStatisticType statType) intbooleanisDate()booleanbooleanvoidvoidvoid
- 
Method Details- 
cloneObject clone()
- 
getNameString getName()
- 
setName
- 
getTableIndexint getTableIndex()
- 
getMappingINominalMapping getMapping()
- 
getColumnTypeEColumnType getColumnType()
- 
isNominalboolean isNominal()
- 
isNumericalboolean isNumerical()
- 
isDateboolean isDate()
- 
getAsString
- 
setRole
- 
getRoleString getRole()
- 
recalculateStatisticsvoid recalculateStatistics()
- 
getStatistic
 
-