Class Democracy


  • public class Democracy
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Democracy()  
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void testReferendumInfoOf()  
      static void testReferendumVotesFor()  
      static void testVote()  
      static void testVotingCountdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Democracy

        public Democracy()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • testVote

        public static void testVote()
      • testReferendumInfoOf

        public static void testReferendumInfoOf()
      • testReferendumVotesFor

        public static void testReferendumVotesFor()
      • testVotingCountdown

        public static void testVotingCountdown()