software.engine.ioExample
Class MeetingTwoIn
java.lang.Object
software.engine.ioExample.MeetingTwoIn
public class MeetingTwoIn
- extends java.lang.Object
|
Method Summary |
static void |
main(java.lang.String[] args)
|
static int[] |
random(double percentCheck,
int noBallots)
|
static java.lang.String |
write(double percentCheck,
int noBallots,
java.lang.String outFile)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeetingTwoIn
public MeetingTwoIn()
write
public static java.lang.String write(double percentCheck,
int noBallots,
java.lang.String outFile)
throws java.lang.Exception
- Throws:
java.lang.Exception
random
public static int[] random(double percentCheck,
int noBallots)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception