X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fjavainspect%2Fstructure%2FGraphElement.java;fp=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fjavainspect%2Fstructure%2FGraphElement.java;h=0000000000000000000000000000000000000000;hb=d717e90f4c46e26f9f54ba5638aade6688527bf4;hp=7aed6feb957c583ea952f6388bb042f28d136fb9;hpb=bdd5b19273b604c37c39c0158ae6700a770b73f4;p=javainspect.git diff --git a/src/main/java/eu/svjatoslav/javainspect/structure/GraphElement.java b/src/main/java/eu/svjatoslav/javainspect/structure/GraphElement.java deleted file mode 100644 index 7aed6fe..0000000 --- a/src/main/java/eu/svjatoslav/javainspect/structure/GraphElement.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * JavaInspect - Utility to visualize java software - * Copyright (C) 2013, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public License - * as published by the Free Software Foundation. - */ - -package eu.svjatoslav.javainspect.structure; - -public interface GraphElement { - - public String getDot(); - - public String getEmbeddedDot(); - - public String getGraphId(); - - public boolean isVisible(); - -}