io.github.scala_tessella.ring_seq.SymmetryOps.Edge
See theEdge companion object
sealed abstract case class Edge(i: Index, j: Index) extends AxisLocation
The location between two consecutive elements of a circular sequence.
The invariant j == (i + 1) mod n is enforced — direct construction is forbidden. Use Edge.apply to build instances; pattern matching with case Edge(i, j) => ... still works.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AxisLocationclass Objecttrait Matchableclass Any
Members list
In this article