Package graph
Class GraphElement
- java.lang.Object
-
- graph.GraphElement
-
- All Implemented Interfaces:
Comparable<GraphElement>
public abstract class GraphElement extends Object implements Comparable<GraphElement>
Die Klasse GraphElement ist eine Oberklasse von Knoten und Kanten. Sie ist nur für die interne Verarbeitung wichtig.- Version:
- v1.1
- Author:
- Thomas Schaller
-
-
Constructor Summary
Constructors Constructor Description GraphElement()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intcompareTo(GraphElement e)abstract StringgetStatus()abstract voidsetStatus(String status)
-
-
-
Method Detail
-
compareTo
public abstract int compareTo(GraphElement e)
- Specified by:
compareToin interfaceComparable<GraphElement>
-
getStatus
public abstract String getStatus()
-
setStatus
public abstract void setStatus(String status)
-
-