|
||||||||||
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
edu.udo.cs.miningmart.operator.Segmentation
edu.udo.cs.miningmart.operator.Repeat
Field Summary |
Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
generatedSQLDefinitions |
Constructor Summary | |
Repeat()
|
Method Summary | |
java.lang.String |
generateConditionForOp(int columnSetIndex)
Not needed because method generateSQLDefinition is overridden. |
java.lang.String |
generateSQLDefinition(java.lang.String selectPart,
int index)
Overrides the method from Segmentation.java because no where-clause is needed. |
int |
numberOfSegments()
Getter method for parameter "HowOften". |
void |
setCSSegmentInfo(java.lang.String inputMultiStepBranch,
Columnset cs,
int index)
Abstract method to be implemented by all Segmentation operators. |
Methods inherited from class edu.udo.cs.miningmart.operator.Segmentation |
getTypeOfNewColumnSet, mustCopyFeature, numberOfColumnSets, setNewCSMultiStepBranch |
Methods inherited from class edu.udo.cs.miningmart.operator.MultipleCSOperator |
generateColumnSetsForOp |
Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
compileStatement, createMetadata, createMetadataForOneBA, createSingleColumnSet, createStatement, estimateStatistics, generateColumns, getInputConcept, getNewCSName, getOutputConcept, getStringForSelection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Repeat()
Method Detail |
public java.lang.String generateConditionForOp(int columnSetIndex) throws M4CompilerError
generateSQLDefinition
is overridden.
generateConditionForOp
in class Segmentation
columnSetIndex
- The number of the columnset for which the condition is to
be generated
M4CompilerError
Segmentation.generateConditionForOp(int)
public java.lang.String generateSQLDefinition(java.lang.String selectPart, int index) throws M4CompilerError
generateSQLDefinition
in class Segmentation
M4CompilerError
edu.udo.cs.miningmart.m4.core.operator.ConceptOperator#generateSQLDefinition(String, int)
public int numberOfSegments() throws M4CompilerError
numberOfSegments
in class Segmentation
M4CompilerError
edu.udo.cs.miningmart.m4.core.operator.Segmentation#numberOfSegments
public void setCSSegmentInfo(java.lang.String inputMultiStepBranch, Columnset cs, int index) throws M4CompilerError
Segmentation
setCSSegmentInfo
in class Segmentation
inputMultiStepBranch
- the multistep information of the input columnsetcs
- the current output columnsetindex
- the index of the output columnset
M4CompilerError
edu.udo.cs.miningmart.m4.core.operator.Segmentation#setCSSegmentInfo(String, Columnset, int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |