Package com.bayesserver.data.discovery
Interface VariableGeneratorProgress
-
public interface VariableGeneratorProgressInterface to provide progress information during data discovery (VariableGenerator).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(VariableGeneratorProgressInfo info)Progress updates from the Variable Generator algorithm.
-
-
-
Method Detail
-
update
void update(VariableGeneratorProgressInfo info)
Progress updates from the Variable Generator algorithm.- Parameters:
info- Contains progress information from the Variable Generator algorithm.
-
-