Distribution

org.finos.morphir.ir.distribution.Distribution
See theDistribution companion trait
object Distribution

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Bundle(libraries: Map[PackageName, Lib]) extends Distribution

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Distribution
class Object
trait Matchable
class Any
Show all
Self type
final case class Lib(dependencies: Map[PackageName, USpecification], packageDef: Typed)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Lib
final case class Library(packageName: PackageName, dependencies: Map[PackageName, USpecification], packageDef: Typed) extends Distribution

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Distribution
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def toBundle(packageName: PackageName, dependencies: Map[PackageName, USpecification], packageDef: Typed): Bundle
def toBundle(packageName: PackageName, lib: Lib): Bundle
def toBundle(dists: Distribution*): Bundle
def toLibraries(dists: Distribution*): List[Library]
def toLibrary(packageName: PackageName, dependencies: Map[PackageName, USpecification], packageDef: Typed): Library
def toLibrary(packageName: PackageName, lib: Lib): Library
def toLibsMap(dists: Distribution*): Map[PackageName, Lib]