public class NodeLabelMapper extends java.lang.Object implements java.util.function.Function<IVertex,java.lang.String>
Function
that maps a IVertex
to a label. The
desired format is: container + "::\\n" + "@" + stackDepth + ":" + component + "\\n" + name;
<DeploymentContext>::\\n@<StackDepth>:<Component>\\n<FullOperationSignature>
Constructor and Description |
---|
NodeLabelMapper() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
apply(IVertex vertex) |
Copyright 2020 Kieker Project, http://kieker-monitoring.net