NodeID

org.finos.morphir.NodeIDModule.NodeID
See theNodeID companion trait
object NodeID

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
NodeID.type

Members list

Type members

Classlikes

sealed abstract class Error(errorMessage: String) extends Exception

Attributes

Companion
object
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object Error

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type
sealed case class ModuleID(packageName: PackageName, moduleName: ModuleName) extends NodeID

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ModuleID.type
sealed case class TypeID(name: FQName, memberPath: NodePath) extends NodeID

Attributes

Supertypes
trait NodeID
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed case class ValueID(name: FQName, memberPath: NodePath) extends NodeID

Attributes

Supertypes
trait NodeID
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromQualifiedName(qualifiedModuleName: QualifiedModuleName): NodeID
def fromString(input: String): Either[Error, NodeID]