Programmieren_Projekt/graph/VertexMarking.java

5 lines
75 B
Java

package graph;
public abstract class VertexMarking extends Marking{
}