Interface | Description |
---|---|
WebClientServletInterface |
This interface defines all methods which the WebClientServlet at least must provide
to be able to display the simulation statistics and there must be implemented to each Servlet...
|
Class | Description |
---|---|
CreateResultsPage |
This class creates the "TournamentStatistics" as html-page
for a given tournament-report-file and xslt-stylesheet.
|
ResultsPage |
This class generates the result page, both for the tomcat and for the static version created by createResultsPage.java
|
TeamData |
This class is represents a team-object where information about
each team is saved and provided to other classes.
|
WebClientServletAbstract | |
WebClientTournamentServlet |
This class is used to display tournament-statistics received as
xml-document via rmi-service and transformed with xslt-stylesheet.
|
WebClientXMLServlet |
This class is used to display simulation-status and server-status
received as xml-document via rmi-service and transformed with xslt-stylesheet.
|
Copyright © 2013. All Rights Reserved.