Module

org.finos.morphir.ir.Module$
object Module

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Module.type

Members list

Type members

Classlikes

final case class Definition[+TA, +VA](types: Map[Name, AccessControlled[Documented[Definition[TA]]]], values: Map[Name, AccessControlled[Documented[Definition[TA, VA]]]]) extends ModuleDefOrSpec

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ModuleDefOrSpec

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Definition[TA, VA]
class Specification[TA]
object ModuleName extends Subtype[Path]

Attributes

Supertypes
class Subtype[Path]
class Newtype[Path]
class NewtypeCustom[Path]
class Object
trait Matchable
class Any
Show all
Self type
ModuleName.type
object ModulePath extends Subtype[Path]

Attributes

Supertypes
class Subtype[Path]
class Newtype[Path]
class NewtypeCustom[Path]
class Object
trait Matchable
class Any
Show all
Self type
ModulePath.type
final case class QualifiedModuleName(packageName: PackageName, module: ModuleName)

A qualified module name is a globally unique identifier for a module. It is represented by the combination of a package name and the module name

A qualified module name is a globally unique identifier for a module. It is represented by the combination of a package name and the module name

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Specification[+TA](types: Map[Name, Documented[Specification[TA]]], values: Map[Name, Documented[Specification[TA]]]) extends ModuleDefOrSpec

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type ModuleName = Type

A module name is a unique identifier for a module within a package. It is represented by a pth, which is a list of names.

A module name is a unique identifier for a module within a package. It is represented by a pth, which is a list of names.

Attributes

type ModulePath = Type