source: trunk/EventBenchCore/src/de/ugoe/cs/eventbench/models/IDotCompatible.java @ 25

Last change on this file since 25 was 25, checked in by sherbold, 13 years ago
  • renamed DotPrinter? to IDotCompatible in package de.ugoe.cs.eventbench.models

+ added getDotRepresentation to de.ugoe.cs.eventbench.models.IDotCompatible

  • removed printDot from de.ugoe.cs.eventbench.models.IDotCompatible
File size: 128 bytes
Line 
1package de.ugoe.cs.eventbench.models;
2
3public interface IDotCompatible {
4        public abstract String getDotRepresentation();
5}
Note: See TracBrowser for help on using the repository browser.