Skip to content

Commit 1ff021a

Browse files
committed
Javadoc update.
1 parent 0203193 commit 1ff021a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/com/brunomnsilva/smartgraph/graphview/SmartGraphEdgeBase.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public interface SmartGraphEdgeBase<E, V> extends SmartGraphEdge<E, V>, SmartLab
6363
*/
6464
int getMultiplicityIndex();
6565

66+
/**
67+
* Sets the multiplicity index of the edge. This impacts the curve of the edge.
68+
* @param multiplicityIndex the new multiplicity index.
69+
*/
6670
void setMultiplicityIndex(int multiplicityIndex);
6771

6872
/**

0 commit comments

Comments
 (0)