Library

org.finos.morphir.ir.distribution.Distribution$.Library
final case class Library(packageName: PackageName, dependencies: Map[PackageName, USpecification], packageDef: Typed) extends Distribution

Attributes

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

Members list

Value members

Concrete methods

def insertDependency(dependencyPackageName: PackageName, dependencyPackageSpec: USpecification): Distribution
def lookupBaseTypeName(fqName: FQName): Option[FQName]
def lookupModuleSpecification(packageName: PackageName, module: ModuleName): Option[Raw]
def lookupPackageName: PackageName
def lookupTypeSpecification(pName: PackageName, module: ModuleName, localName: Name): Option[USpecification]
def lookupValueDefinition(qName: QName): Option[ValueDefinition[Unit, UType]]
def lookupValueSpecification(packageName: PackageName, module: ModuleName, localName: Name): Option[USpecification]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product