Edge

flatgraph.Edge
See theEdge companion class
object Edge

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Edge.type

Members list

Type members

Classlikes

enum Direction(val encoding: Byte)

Direction is encoded with a Byte value (0 for Incoming, 1 for Outgoing), because 1) it's used in some classes that are have many instances (byte consumes less memory than an enum reference) 2) it's used for logic-level calculations in some areas of the codebase

Direction is encoded with a Byte value (0 for Incoming, 1 for Outgoing), because 1) it's used in some classes that are have many instances (byte consumes less memory than an enum reference) 2) it's used for logic-level calculations in some areas of the codebase

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Direction

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Direction.type