Package com.bayesserver.data.discovery
Interface VariableGeneratorProgress
-
public interface VariableGeneratorProgress
Interface to provide progress information during data discovery (VariableGenerator).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(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.
-
-