setEdgeRing method

void setEdgeRing(
  1. EdgeRing edgeRing
)

Implementation

void setEdgeRing(EdgeRing edgeRing) {
  this.edgeRing = edgeRing;
}