public static class AlgorithmEventsViewer.DelaySink extends Object implements org.graphstream.stream.Sink
| Constructor and Description |
|---|
DelaySink(com.graphhopper.jsprit.analysis.toolbox.AlgorithmEventsViewer.DelayContainer delayContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
edgeAdded(String sourceId,
long timeId,
String edgeId,
String fromNodeId,
String toNodeId,
boolean directed) |
void |
edgeAttributeAdded(String sourceId,
long timeId,
String edgeId,
String attribute,
Object value) |
void |
edgeAttributeChanged(String sourceId,
long timeId,
String edgeId,
String attribute,
Object oldValue,
Object newValue) |
void |
edgeAttributeRemoved(String sourceId,
long timeId,
String edgeId,
String attribute) |
void |
edgeRemoved(String sourceId,
long timeId,
String edgeId) |
void |
graphAttributeAdded(String sourceId,
long timeId,
String attribute,
Object value) |
void |
graphAttributeChanged(String sourceId,
long timeId,
String attribute,
Object oldValue,
Object newValue) |
void |
graphAttributeRemoved(String sourceId,
long timeId,
String attribute) |
void |
graphCleared(String sourceId,
long timeId) |
void |
nodeAdded(String sourceId,
long timeId,
String nodeId) |
void |
nodeAttributeAdded(String sourceId,
long timeId,
String nodeId,
String attribute,
Object value) |
void |
nodeAttributeChanged(String sourceId,
long timeId,
String nodeId,
String attribute,
Object oldValue,
Object newValue) |
void |
nodeAttributeRemoved(String sourceId,
long timeId,
String nodeId,
String attribute) |
void |
nodeRemoved(String sourceId,
long timeId,
String nodeId) |
void |
setDelay(long delay) |
void |
setRecreateDelay(long recreateDelay) |
void |
setRuinDelay(long ruinDelay) |
void |
stepBegins(String sourceId,
long timeId,
double step) |
public DelaySink(com.graphhopper.jsprit.analysis.toolbox.AlgorithmEventsViewer.DelayContainer delayContainer)
public void setRuinDelay(long ruinDelay)
public void setRecreateDelay(long recreateDelay)
public void setDelay(long delay)
public void graphAttributeAdded(String sourceId, long timeId, String attribute, Object value)
graphAttributeAdded in interface org.graphstream.stream.AttributeSinkpublic void graphAttributeChanged(String sourceId, long timeId, String attribute, Object oldValue, Object newValue)
graphAttributeChanged in interface org.graphstream.stream.AttributeSinkpublic void graphAttributeRemoved(String sourceId, long timeId, String attribute)
graphAttributeRemoved in interface org.graphstream.stream.AttributeSinkpublic void nodeAttributeAdded(String sourceId, long timeId, String nodeId, String attribute, Object value)
nodeAttributeAdded in interface org.graphstream.stream.AttributeSinkpublic void nodeAttributeChanged(String sourceId, long timeId, String nodeId, String attribute, Object oldValue, Object newValue)
nodeAttributeChanged in interface org.graphstream.stream.AttributeSinkpublic void nodeAttributeRemoved(String sourceId, long timeId, String nodeId, String attribute)
nodeAttributeRemoved in interface org.graphstream.stream.AttributeSinkpublic void edgeAttributeAdded(String sourceId, long timeId, String edgeId, String attribute, Object value)
edgeAttributeAdded in interface org.graphstream.stream.AttributeSinkpublic void edgeAttributeChanged(String sourceId, long timeId, String edgeId, String attribute, Object oldValue, Object newValue)
edgeAttributeChanged in interface org.graphstream.stream.AttributeSinkpublic void edgeAttributeRemoved(String sourceId, long timeId, String edgeId, String attribute)
edgeAttributeRemoved in interface org.graphstream.stream.AttributeSinkpublic void nodeAdded(String sourceId, long timeId, String nodeId)
nodeAdded in interface org.graphstream.stream.ElementSinkpublic void nodeRemoved(String sourceId, long timeId, String nodeId)
nodeRemoved in interface org.graphstream.stream.ElementSinkpublic void edgeAdded(String sourceId, long timeId, String edgeId, String fromNodeId, String toNodeId, boolean directed)
edgeAdded in interface org.graphstream.stream.ElementSinkpublic void edgeRemoved(String sourceId, long timeId, String edgeId)
edgeRemoved in interface org.graphstream.stream.ElementSinkpublic void graphCleared(String sourceId, long timeId)
graphCleared in interface org.graphstream.stream.ElementSinkpublic void stepBegins(String sourceId, long timeId, double step)
stepBegins in interface org.graphstream.stream.ElementSinkCopyright © 2013–2020. All rights reserved.