Package org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart

Provides the charts and associated functions for detail panel of project portfolio page.

See:
          Description

Interface Summary
StreamClassifier Interface of stream classifier.
 

Class Summary
MiniBarChart A mini bar chart.
StreamDeviationClassifier Classify the trend according to its deviation.
StreamDeviationClassifierConfigurationPanel Panel to configure the DeviationClassifier.
StreamParticipationClassifier Classify stream into 3 categories: GOOD, AVERAGE and POOR, according to the participation of members.
StreamParticipationClassifierConfigurationPanel Panel to configure the StreamParticipationClassifier.
StreamTrendClassifier Classify stream trend into 4 classes: increasing, decreasing, stable and unstable(other).
StreamTrendClassifierConfigurationPanel Panel to configure the StreamTrendClassifier.
TestEnhancedStreamTrendClassifier Test cases for EnhancedStreamTrendClassifier.
 

Enum Summary
PortfolioCategory Enumeration class of Portfolio Categories.
 

Package org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart Description

Provides the charts and associated functions for detail panel of project portfolio page.