public class MessageConverter extends Object
| Constructor and Description |
|---|
MessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getColorMessage(de.tum.ei.lkn.eces.graph.Edge realEdge,
String newColor) |
static String |
getColorSchemeMessage(String schemeName) |
static String |
getEdgeMessage(de.tum.ei.lkn.eces.graph.Edge realEdge,
long graphID) |
static String |
getEdgeMessage(de.tum.ei.lkn.eces.graph.Edge realEdge,
long graphID,
String newStatus) |
static String |
getErrorMessage(String errorTypeString,
String errorString) |
static String |
getNodeMessage(de.tum.ei.lkn.eces.graph.Node realNode,
long graphID,
String type) |
static String |
getNodeMessage(de.tum.ei.lkn.eces.graph.Node realNode,
long graphID,
String newStatus,
String type) |
public static String getNodeMessage(de.tum.ei.lkn.eces.graph.Node realNode, long graphID, String type)
public static String getNodeMessage(de.tum.ei.lkn.eces.graph.Node realNode, long graphID, String newStatus, String type)
public static String getEdgeMessage(de.tum.ei.lkn.eces.graph.Edge realEdge, long graphID)
public static String getEdgeMessage(de.tum.ei.lkn.eces.graph.Edge realEdge, long graphID, String newStatus)
public static String getColorMessage(de.tum.ei.lkn.eces.graph.Edge realEdge, String newColor)
Copyright © 2021. All rights reserved.