flatgraph.Edge
See theEdge companion class
object Edge
Attributes
Members list
Type members
Classlikes
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 Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article