|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.miningmart.operator.ExecutableOperator
edu.udo.cs.miningmart.operator.FeatureConstruction
edu.udo.cs.miningmart.operator.Mapping
edu.udo.cs.miningmart.operator.MappingWithDefaultValue
The class MappingWithDefaultValue maps values for which no mapping has been specified into a constant value It implements abstract method getDefault declared in Mapping.
Mapping
,
PartialMapping
Constructor Summary | |
MappingWithDefaultValue()
|
Method Summary | |
java.lang.String |
getDefault(Column theTargetAttributeColumn)
Method overriding getDefault from Mapping class Argument Column is ignored here! |
Value |
getDefaultMapping()
|
Methods inherited from class edu.udo.cs.miningmart.operator.Mapping |
generateSQL, getTheMappings |
Methods inherited from class edu.udo.cs.miningmart.operator.FeatureConstruction |
compileStatement, createStatement, estimateStatistics, execute, generateColumnForOp, getCurrentLoopNumber, getTheInputConcept, getTheOutputAttribute, getTheOutputAttribute, getTheTargetAttribute, getTheTargetAttribute, load, writeResults |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MappingWithDefaultValue()
Method Detail |
public java.lang.String getDefault(Column theTargetAttributeColumn) throws M4CompilerError
getDefault
in class Mapping
M4CompilerError
public Value getDefaultMapping() throws M4CompilerError
M4CompilerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |