C# Class org.GraphDefined.Vanaheimr.Illias.Votes.MajorityVote

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.
Inheritance: ABooleanVote
Mostra file Open project: Vanaheimr/Illias

Public Methods

Method Description
MajorityVote ( )

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.

Method Details

MajorityVote() public method

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.
public MajorityVote ( )