All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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