package de.ugoe.cs.eventbench.models; public interface IDotCompatible { public abstract String getDotRepresentation(); }