![JAR search and dependency download from the Maven repository](/logo.png)
oriented.Direction.scala Maven / Gradle / Ivy
The newest version!
package oriented
/**
* Provide direction for Edges and Vertices actions
*/
sealed trait Direction
case object In extends Direction
case object Out extends Direction
case object Both extends Direction
© 2015 - 2025 Weber Informatics LLC | Privacy Policy