public class Project
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description |
java.lang.String |
name |
java.util.HashMap |
tables
String user names point to Table values.
|
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
TableAverage |
average(java.lang.String username)
Return a Table which is the average of the judgements of ever
user other than the given username.
|
void |
fromXML(BasicXMLelement projectXML)
Read in an XML-formatted String
|
static void |
main(java.lang.String[] args) |
java.lang.String |
toXML()
Convert the project to an XML-formatted String.
|
public java.lang.String name
public java.lang.String description
public java.util.HashMap tables
public java.lang.String toXML()
public TableAverage average(java.lang.String username)
public void fromXML(BasicXMLelement projectXML)
public static void main(java.lang.String[] args)