software.engine
Class MeetingOne
java.lang.Object
software.common.Meeting
software.engine.MeetingOne
public class MeetingOne
- extends Meeting
Published the commitmentd to the tables on the PunchBoard
- Author:
- stefan
|
Method Summary |
void |
go(java.lang.String outputFile)
For all the D tables, publishes commitments |
static void |
main(java.lang.String[] args)
debig method |
| Methods inherited from class software.common.Meeting |
getC, getEs, getNumberOfBallots, getNumberOfDs, getPartitions, getProws, init, init, setEs, setNumberOfBallots, setNumberOfDs, setPartitions, setProws |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeetingOneOutSchema
public static java.lang.String MeetingOneOutSchema
MeetingOne
public MeetingOne()
throws java.lang.Exception
- Throws:
java.lang.Exception
MeetingOne
public MeetingOne(java.lang.String confFile)
throws java.lang.Exception
- Throws:
java.lang.Exception
MeetingOne
public MeetingOne(org.w3c.dom.Document doc)
throws java.lang.Exception
- Throws:
java.lang.Exception
go
public void go(java.lang.String outputFile)
throws java.lang.Exception
- For all the D tables, publishes commitments
- Parameters:
outputFile - the xml file to be written
- Throws:
java.lang.Exception - if the meeting wasn't initialized with the two master keys
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- debig method
- Parameters:
args -
- Throws:
java.lang.Exception