WikiVis Web Application
|
wikivis | |
data | Created for the visualization 2 course at Vienna UT |
model | Created for the visualization 2 course at Vienna UT |
Author | This class represents an author |
Edge | Represents a edge in the revision network |
MonthStatistics | Holds statistical data for a month |
Node | Represents a node in the revision network |
Revision | Represents a single revision |
WikiVisData | A instance of this class holds all data of a particular page |
RevisionExtractionException | This class represents an Exception that occurred during extraction of revision data |
RevisionExtractorHandler | A SAX handler that extracts revision model data from a revsion data extract generated by wikipedia-dump-extractor |
WikiVisCachedData | Cached data for a particular page |
WikiVisDataService | Service class for all page revision data related actions |
servlet | Created for the visualization 2 course at Vienna UT |
WikiVisServlet | Servlet implementation class WikiVisServlet |
WikiVisServletListener | Application Lifecycle Listener implementation class WikiVisServletListener |
DateBox | Processing class - This Class contains all informations needed to plot a box in bar-plot |
Edge | Processing class - This class contains all informations about an egde in the revision network |
EdgePair | Processing class - Holds two Edges which share the same nodes |
Legend | Processing class - This class is used to plot legend-information regarding the main visualisation of user-network |
Node | Processing class - Holds informations about a node |
PlotManager | Processing class - Manager Class for Barplotting |
Revision | Processing class - Holds informations about a revision |
Selection | Processing class - represents a time selection |
Sortable | Processing interface - interface representing classes that are sortable |
WikiVis | Processing class - this class handles all visulization related actions |