NormalizedNameExplaint

esc.commons.NormalizedNameExplaint
case class NormalizedNameExplaint(nameElement: String, weight: Double, elementType: Byte)

Case class represent the normNames field of NormalizedName in a readable form used for explanation and better serialization.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product