ScoredCandidate class

This class represents the score for a particular element; how likely it is that this is the canonical element.

Implemented types

Constructors

ScoredCandidate(Library library)

Properties

hashCode int
The hash code for this object.
no setterinherited
library Library
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
The score accumulated so far. Higher means it is more likely that this is the intended canonical Library.
getter/setter pair

Methods

compareTo(ScoredCandidate other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited