PurlProperty

class PurlProperty(value: Purl) : Property<Purl>

A property that represents a PURL value.

The confidence of a match (see confidenceMatching) is determined by comparing the PURL values.

We do not need to consider different sources, as a Purl can only come from PropertySource.PURL.

Constructors

Link copied to clipboard
constructor(value: Purl)

Properties

Link copied to clipboard
Link copied to clipboard
val value: Purl

Functions

Link copied to clipboard

This method is used to compare the property with another property of the same type. Instead of a Boolean it must return a MatchingConfidence that expresses how confident the match is.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String