ModuleName

org.finos.morphir.ModuleNameModule.ModuleName
See theModuleName companion object
sealed case class ModuleName(path: Path)

A module name is a unique identifier for a module within a package. It is represented by a Path, which is a "list" of names.

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 ++(other: ModuleName): ModuleName
def ++(other: Path): ModuleName
def /(name: Name): ModuleName
def /(name: String): ModuleName
def addPart(name: String): ModuleName
def isEmpty: Boolean
def name: Name
def nameOption: Option[Name]
def toPath: Path
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product