Specification

org.finos.morphir.ir.module.Specification
See theSpecification companion object
final case class Specification[+TA](types: Map[Name, Documented[Specification[TA]]], values: Map[Name, Documented[ValueSpecification[TA]]])

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 lookupTypeSpecification(localName: Name): Option[Specification[TA]]
def lookupValueSpecification(localName: Name): Option[ValueSpecification[TA]]
def mapAttributes[TB](tf: TA => TB): Specification[TB]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product