E
- the graph edge typeComponentNameProvider
@Deprecated public interface EdgeNameProvider<E> extends ComponentNameProvider<E>
Modifier and Type | Method and Description |
---|---|
String |
getEdgeName(E edge)
Deprecated.
Returns a unique name for an edge.
|
default String |
getName(E edge)
Deprecated.
Returns a unique name for an edge.
|
String getEdgeName(E edge)
edge
- the edge to be nameddefault String getName(E edge)
getName
in interface ComponentNameProvider<E>
edge
- the edge to be namedCopyright © 2017. All rights reserved.