Specification

org.finos.morphir.ir.packages.Specification
See theSpecification companion object
final case class Specification[+TA](modules: Map[ModuleName, Specification[TA]])

Type that represents a package specification. A package specification only contains types that are exposed publicly and type signatures for values that are exposed publicly.

Attributes

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

Members list

Value members

Concrete methods

def get(moduleName: ModuleName): Option[Specification[TA]]
def lookupModuleSpecification(path: Path): Option[Specification[TA]]
def lookupTypeSpecification(modulePath: Path, name: Name): Option[Specification[TA]]
def lookupValueSpecification(modulePath: Path, localName: Name): Option[ValueSpecification[TA]]
def mapAttributes[TB](func: TA => TB): Specification[TB]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product