pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.component.statistics.model.AbstractRegexVersioned

Packages that use AbstractRegexVersioned
org.torweg.pulse.component.statistics.aggregator Contains the aggregators for the DataAggregationJoblet
org.torweg.pulse.component.statistics.model Contains all entities representing "countable" statistical unit of information. 
org.torweg.pulse.component.statistics.util Provides a set of utility classes for displaying statistical information within the pulse website administration UI. 
 

Uses of AbstractRegexVersioned in org.torweg.pulse.component.statistics.aggregator
 

Classes in org.torweg.pulse.component.statistics.aggregator with type parameters of type AbstractRegexVersioned
 class AbstractRegexVersionedPerVisitAggregator<T extends AbstractRegexVersioned,U extends AbstractRegexVersionedCounterAggregation<?,?>>
          Passes the given Visit to &lt;T&gt; and stores the result of the aggregation to &lt;U&gt; on a per Visit basis.
 

Uses of AbstractRegexVersioned in org.torweg.pulse.component.statistics.model
 

Subclasses of AbstractRegexVersioned in org.torweg.pulse.component.statistics.model
 class OperatingSystem
          Represents an "operating system".
 class UserAgent
          Represents an user-agent.
 

Uses of AbstractRegexVersioned in org.torweg.pulse.component.statistics.util
 

Classes in org.torweg.pulse.component.statistics.util with type parameters of type AbstractRegexVersioned
 class AbstractRegexVersionedCounterAggregationRowData<T extends AbstractRegexVersionedCounterAggregation<? extends AbstractRegexVersioned,?>>
          The default row data implementation for aggregation of {@code AbstractRegexVersionedCounterAggregation
 class AbstractRegexVersionedCounterAggregationRowDataBuilder<T extends AbstractRegexVersionedCounterAggregation<? extends AbstractRegexVersioned,?>>
          An actual implementation of IRowDataBuilder as required for displaying AbstractRegexVersionedCounterAggregations within the rows of the ResultIHasDurationMatrix.
 class CountedTotal<T extends AbstractRegexVersionedCounterAggregation<? extends AbstractRegexVersioned,?>>
          Used as information wrapper for displaying the statistical data of AbstractRegexVersionedCounterAggregations within the ResultIHasDurationMatrix.