GC

izumi.fundamentals.graphs.tools.gc.GC$
See theGC companion trait
object GC

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GC.type

Members list

Concise view

Type members

Classlikes

final case class GCInput[N](predecessorMatrix: IncidenceMatrix[N], roots: Set[N], weakSP: Set[WeakEdge[N]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class GCOutput[N](predecessorMatrix: IncidenceMatrix[N], removed: Set[N])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class GCTracer[N] extends GC[N]

Attributes

Graph
Supertypes
trait GC[N]
class Object
trait Matchable
class Any