|
|||||||||
| 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.MultipleCSOperator
public abstract class MultipleCSOperator
This abstract class is the superclass for all operators that create more than one ColumnSet for the output concept.
edu.udo.cs.miningmart.m4.core.operator.SingleCSOperator,
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator,
edu.udo.cs.miningmart.m4.core.operator.Segmentation| Field Summary |
|---|
| Fields inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
suffixForIntermediateViews |
| Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
|---|
generatedSQLDefinitions |
| Constructor Summary | |
|---|---|
MultipleCSOperator()
|
|
| Method Summary | |
|---|---|
Columnset[] |
generateColumnSetsForOp(boolean lazy)
Abstract method to be implemented by subclasses. |
protected java.lang.String |
handleExtraOutputFeature(Feature outputFeature,
Columnset csForOuputConcept)
The standard handling of extra output features is printing out a warning. |
abstract int |
numberOfColumnSets()
Must return the number of ColumnSets this operator will produce. |
| Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
compileStatement, createMetadata, createMetadataForOneBA, createSingleColumnSet, createStatement, generateColumns, generateSQLDefinition, getInputConcept, getNewCSName, getOutputConcept, getStringForSelection, getTypeOfNewColumnSet, mustCopyFeature, setNewCSMultiStepBranch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultipleCSOperator()
| Method Detail |
|---|
public abstract int numberOfColumnSets()
throws M4CompilerError
M4CompilerError
public Columnset[] generateColumnSetsForOp(boolean lazy)
throws M4CompilerError,
M4CompilerWarning
ConceptOperator
generateColumnSetsForOp in class ConceptOperatorM4CompilerError
M4CompilerWarningedu.udo.cs.miningmart.m4.core.operator.ConceptOperator#generateColumnSetsForOp
protected java.lang.String handleExtraOutputFeature(Feature outputFeature,
Columnset csForOuputConcept)
throws M4CompilerError
handleExtraOutputFeature in class ConceptOperatoroutputFeature - Feature to be dealt withcsForOuputConcept - Columnset that was created for the output concept
M4CompilerError
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||