TransitiveClosure

net.walend.disentangle.graph.semiring.TransitiveClosure$

Labels are true if the sink can be reached from the source, false if not.

Attributes

Since:

v0.1.0

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

A heap ordering that puts true above false.

A heap ordering that puts true above false.

Attributes

Graph
Supertypes
trait PartialOrdering[TransitiveClosureHeapKey]
trait Serializable
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
trait Semiring
class Object
trait Matchable
class Any
Self type

Inherited classlikes

trait Semiring

Attributes

Inherited from:
SemiringSupport
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type Label = L

Attributes

Inherited from:
SemiringSupport

Value members

Concrete methods

def convertEdgeToLabel[Node, EdgeLabel](start: Node, end: Node, label: EdgeLabel): Label