public interface ColoringScheme
| Modifier and Type | Method and Description |
|---|---|
String |
getColor(de.tum.ei.lkn.eces.graph.Edge edge)
Gets the color of an edge.
|
boolean |
isPolling(de.tum.ei.lkn.eces.graph.Edge edge)
Whether the server should poll for updates
|
String getColor(de.tum.ei.lkn.eces.graph.Edge edge)
edge - Given Edge.boolean isPolling(de.tum.ei.lkn.eces.graph.Edge edge)
edge - Given Edge.Copyright © 2021. All rights reserved.