|
|||||||||
| 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.ConceptOperator
edu.udo.cs.miningmart.operator.SingleCSOperator
edu.udo.cs.miningmart.operator.FeatureSelection
edu.udo.cs.miningmart.operator.FeatureSelectionByAttributes
public final class FeatureSelectionByAttributes
This operator chooses all Features that are present in TheOutputConcept.
| Field Summary |
|---|
| Fields inherited from class edu.udo.cs.miningmart.operator.FeatureSelection |
|---|
mySelectedFeatures |
| Fields inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
suffixForIntermediateViews |
| Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
|---|
generatedSQLDefinitions |
| Constructor Summary | |
|---|---|
FeatureSelectionByAttributes()
|
|
| Method Summary | |
|---|---|
protected java.util.Collection |
computeListOfAttributes(Feature[] theSuperset)
Abstract method to be implemented by all subclasses. |
protected Feature[] |
getTheAttributes()
Overrides the method from the superclass because this operator does not need the parameter "TheAttributes". |
| Methods inherited from class edu.udo.cs.miningmart.operator.FeatureSelection |
|---|
generateSQLDefinition, getTypeOfNewColumnSet, mustCopyFeature, occursIn, occursIn |
| Methods inherited from class edu.udo.cs.miningmart.operator.SingleCSOperator |
|---|
generateColumnSetsForOp, generateSQLDefinition, getNewCSName, getTypeOfNewColumnSet, handleExtraOutputFeature |
| Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
compileStatement, createMetadata, createMetadataForOneBA, createSingleColumnSet, createStatement, generateColumns, getInputConcept, getNewCSName, getOutputConcept, getStringForSelection, setNewCSMultiStepBranch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureSelectionByAttributes()
| Method Detail |
|---|
protected java.util.Collection computeListOfAttributes(Feature[] theSuperset)
throws M4CompilerError
FeatureSelection
computeListOfAttributes in class FeatureSelectiontheSuperset - An array of Feature objects to which the selection
is to be applied
Collection
M4CompilerErroredu.udo.cs.miningmart.m4.core.operator.FeatureSelection
protected Feature[] getTheAttributes()
throws M4CompilerError
getTheAttributes in class FeatureSelectionM4CompilerError
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||