package de.ugoe.cs.eventbench.markov; public interface DotPrinter { public abstract void printDot(); }