|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
clean()
Execute the scheduler |
void |
customize(TransformationExecutionObserver observer,
int nbTuples,
boolean blocking)
Parameterize Ajax Note: this method must be invoked before the clean method. |
void |
deleteTuple(java.lang.String transformation,
int tupleId)
Deletes one output tuple of a transformation |
ExecutionSummary |
execute(java.lang.String transformationName)
Execute one transformation |
java.util.List |
getExecutionTree()
Gets the graph of transformations and data flows that compose the cleaning program |
GraphParameter |
getGraphParameter()
Prepares and returns the parameter object that should be used as by the applet for displaying the graph. |
java.lang.String |
getTransformationCode(java.lang.String transformation)
Gets the transformation code |
java.util.List |
getTransformations()
Returns a list of ajax.gui.graph.TransformationInfo objects which represent the list of the transformations applied. |
java.util.Enumeration |
listTablesNames()
|
java.util.List |
listTransformationsNames()
|
void |
load(java.lang.String location)
Loads the cleaning specification program, parses and optimizes it |
void |
modifyTransformationCode(java.lang.String transformation,
java.lang.String newCode)
Modifies the transformation code |
void |
resume()
Resumes the cleaning process after handling the Exceptions of one transformation |
void |
undo(java.lang.String transformation)
Undo the transformation actions |
void |
updateTuple(java.lang.String transformation,
int tupleId)
Update one output tuple of a transformation |
Method Detail |
public void load(java.lang.String location) throws AjaxException
public void customize(TransformationExecutionObserver observer, int nbTuples, boolean blocking) throws AjaxException
public void clean() throws AjaxException
public ExecutionSummary execute(java.lang.String transformationName) throws AjaxException
public java.util.List listTransformationsNames() throws AjaxException
public java.util.Enumeration listTablesNames() throws AjaxException
public java.util.List getExecutionTree() throws AjaxException
public void modifyTransformationCode(java.lang.String transformation, java.lang.String newCode) throws AjaxException
public java.lang.String getTransformationCode(java.lang.String transformation) throws AjaxException
public void resume() throws AjaxException
public void undo(java.lang.String transformation) throws AjaxException
public void updateTuple(java.lang.String transformation, int tupleId) throws AjaxException
public void deleteTuple(java.lang.String transformation, int tupleId) throws AjaxException
public GraphParameter getGraphParameter() throws AjaxException
public java.util.List getTransformations() throws AjaxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |