|
|||||||||
| 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
public abstract class SingleCSOperator
This abstract class is the superclass for all operators that create a single ColumnSet for the output concept.
edu.udo.cs.miningmart.m4.core.operator.MultipleCSOperator,
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator| 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 | |
|---|---|
SingleCSOperator()
|
|
| Method Summary | |
|---|---|
Columnset[] |
generateColumnSetsForOp(boolean lazy)
Abstract method to be implemented by subclasses. |
abstract java.lang.String |
generateSQLDefinition(java.lang.String selectPart)
This method must return the SQL definition of the newly created ColumnSet. |
java.lang.String |
generateSQLDefinition(java.lang.String selectPart,
int index)
This method must return the SQL definition of the newly created ColumnSet. |
java.lang.String |
getNewCSName()
For a SingleConcept operator the index is always -1,
so this method can be defined without an argument. |
abstract java.lang.String |
getTypeOfNewColumnSet()
This method must return the entry String for the M4 table "Columnset_t", indicating whether the new Columnset is a view or a table. |
java.lang.String |
getTypeOfNewColumnSet(int index)
This method must return the entry String for the M4 table "Columnset_t", indicating whether the new Columnset is a view or a table. |
protected java.lang.String |
handleExtraOutputFeature(Feature outputFeature,
Columnset csForOuputConcept)
The standard handling of extra output features is printing out a warning. |
| Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
compileStatement, createMetadata, createMetadataForOneBA, createSingleColumnSet, createStatement, generateColumns, getInputConcept, getNewCSName, getOutputConcept, getStringForSelection, mustCopyFeature, setNewCSMultiStepBranch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleCSOperator()
| Method Detail |
|---|
public Columnset[] generateColumnSetsForOp(boolean lazy)
throws M4CompilerError,
M4CompilerWarning
ConceptOperator
generateColumnSetsForOp in class ConceptOperatorM4CompilerError
M4CompilerWarningedu.udo.cs.miningmart.m4.core.operator.ConceptOperator#generateColumnSetsForOp
public java.lang.String generateSQLDefinition(java.lang.String selectPart,
int index)
throws M4CompilerError,
M4CompilerWarning
ConceptOperator
generateSQLDefinition in class ConceptOperatorselectPart - The String for the SELECT-part of the SQL definition to
be created.index - An index for MultipleCSOperators.
M4CompilerError
M4CompilerWarningedu.udo.cs.miningmart.m4.core.operator.ConceptOperator#generateSQLDefinitionpublic java.lang.String getTypeOfNewColumnSet(int index)
ConceptOperator
getTypeOfNewColumnSet in class ConceptOperatorindex - An index for MulipleCSOperators.
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator#getTypeOfNewColumnSet
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
public java.lang.String getNewCSName()
throws M4CompilerError
SingleConcept operator the index is always -1,
so this method can be defined without an argument.
M4CompilerErrorConceptOperator.getNewCSName(int)public abstract java.lang.String getTypeOfNewColumnSet()
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator#getTypeOfNewColumnSet
public abstract java.lang.String generateSQLDefinition(java.lang.String selectPart)
throws M4CompilerError,
M4CompilerWarning
selectPart - The SQL string between "SELECT" and "FROM" for the
SQL definition to be returned.
M4CompilerError
M4CompilerWarning
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||