QualifiedModuleName

org.finos.morphir.universe.ir.QualifiedModuleName
See theQualifiedModuleName companion object
final case class QualifiedModuleName(packageName: PackageName, module: ModuleName)

A qualified module name is a globally unique identifier for a module. It is represented by the combination of a package name and the module name

Attributes

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

Members list

Value members

Concrete methods

def toTuple: (Path, Path)

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val toPath: Path