@Override
protected void callback(MarkovVertex element) {
MarkovGraph markov = (MarkovGraph)this.getGraph();
// HACK
final DynamicTransactionEstimate est = (this.markov_est != null ? this.markov_est : element);
final Type vtype = element.getType();
if (debug.val) {
if (this.getCounter() > 1) LOG.debug(StringUtil.repeat("-", 100));
LOG.debug(String.format("BEFORE: %s\n%s", element, element.debug()));
// LOG.debug("BEFORE: " + element + " => " + est.getSinglePartitionProbability());