Namespace

org.finos.morphir.NamespaceModule.Namespace
See theNamespace companion object
sealed case class Namespace(path: Path)

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 ++(name: Namespace): Namespace
def /(segment: String): Namespace
def /(names: String*): Namespace
def /(names: Iterable[String]): Namespace
def parts(implicit renderer: NamespaceRenderer): IndexedSeq[String]
def render(implicit renderer: NamespaceRenderer): String
def show(implicit renderer: NamespaceRenderer): String
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