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 lookupTypeSpecification(pName: PackageName, module: ModuleName, localName: Name): Option[USpecification]
def lookupValueSpecification(packageName: PackageName, module: ModuleName, localName: Name): Option[USpecification]
def toLib: Lib

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product