public class RemainingBufferColoring extends Object implements ColoringScheme
| Constructor and Description |
|---|
RemainingBufferColoring(de.tum.ei.lkn.eces.core.Controller controller) |
| 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
|
public RemainingBufferColoring(de.tum.ei.lkn.eces.core.Controller controller)
public String getColor(de.tum.ei.lkn.eces.graph.Edge edge)
ColoringSchemegetColor in interface ColoringSchemeedge - Given Edge.public boolean isPolling(de.tum.ei.lkn.eces.graph.Edge edge)
ColoringSchemeisPolling in interface ColoringSchemeedge - Given Edge.Copyright © 2021. All rights reserved.