public class DescriptionCreator
extends java.lang.Object
| Constructor and Description |
|---|
DescriptionCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createDescription(Vertex<?> vertex)
This method constructs an equation to describe how a vertex is calculated.
|
public java.lang.String createDescription(Vertex<?> vertex)
It is suggested that to use this feature, you label as many vertices as possible to avoid complex descriptions.
vertex - The vertex to create the description of