SemigraphSolver

izumi.distage.planning.solver.SemigraphSolver$
See theSemigraphSolver companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class RemappedValue[V, N](meta: V, remapped: Map[N, MutSel[N]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Resolution[N, V](graph: DG[MutSel[N], RemappedValue[V, N]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Selected[N](key: N, axis: Set[AxisPoint])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SemiEdgeSeq[D, N, V](links: Seq[(D, Node[N, V])]) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
final implicit class SemiGraphOps[N, V](matrix: Seq[(Annotated[N], Node[N, V])]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final case class SemiIncidenceMatrix[D, N, V](links: Map[D, Node[N, V]]) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
class SemigraphSolverImpl[N, I, V] extends SemigraphSolver[N, I, V]

Attributes

Graph
Supertypes
trait SemigraphSolver[N, I, V]
class Object
trait Matchable
class Any
final case class WithContext[V, N](meta: V, remaps: Map[N, MutSel[N]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def SemiGraphOps[N, V](matrix: Seq[(Annotated[N], Node[N, V])]): SemiGraphOps[N, V]