ScoreMatch class
Keep track of evaluation score of Artifacts against CharacterDefinition templates
Constructors
- ScoreMatch({String character = '', int matrixIndex = -1, double score = 0.0})
-
Constructs a ScoreMatch object with the provided
character,matrixIndex, andscore.
Properties
- character → String
-
Character matched
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- matrixIndex → int
-
Index of the matching template matrices
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double
-
final score in percentage 0..1
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited