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