You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
560 B

extends Resource
class_name MajorityJudgmentPollTally
"""
Generated by one of the implementations of
MajorityJudgmentAbstractTallier.
It should hold all the data we need to display the results.
"""
export(Resource) var poll #:MajorityJudgmentPoll
# Array of MajorityJudgmentCandidateTally
# Sorted from best to worst, sometimes arbitrary
# as some candidates may have the exact same position,
# because they have the exact same merit profile,
# so check each MajorityJudgmentCandidateTally.position.
export(Array, Resource) var candidates_tallies:Array