V
- the vertex typeComponentUpdater
@Deprecated public interface VertexUpdater<V> extends ComponentUpdater<V>
Modifier and Type | Method and Description |
---|---|
default void |
update(V component,
Map<String,String> attributes)
Deprecated.
Update component with the extra attributes.
|
void |
updateVertex(V vertex,
Map<String,String> attributes)
Deprecated.
Update vertex with the extra attributes.
|
Copyright © 2017. All rights reserved.