Lib

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

Attributes

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

Members list

Value members

Concrete methods

def lookupTypeDefinition(qName: QName): Option[UDefinition]
def lookupValueDefinition(qName: QName): Option[ValueDefinition[Unit, UType]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product