public class StatValueFactory
extends java.lang.Object
| Constructor and Description |
|---|
StatValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DetailedStatValue |
createDetailedStatValue(java.lang.Object aPattern,
java.lang.String aName,
Interval[] aIntervals) |
static DetailedStatValue |
createDetailedStatValue(StatValueTypes aType,
java.lang.String aName,
Interval[] aIntervals) |
static StatValue |
createStatValue(java.lang.Object aPattern,
java.lang.String aName,
Interval[] aIntervals)
This method creates a new StatValue instance.
|
static TypeAwareStatValue |
createStatValue(StatValueTypes aType,
java.lang.String aName,
java.util.Collection<java.lang.String> aIntervals) |
static TypeAwareStatValue |
createStatValue(StatValueTypes aType,
java.lang.String aName,
Interval[] aIntervals)
This method creates a StatValue instance.
|
public static final StatValue createStatValue(java.lang.Object aPattern, java.lang.String aName, Interval[] aIntervals)
aPattern - the template objectaName - the name of the valueaIntervals - the list of Intervals to be usedpublic static TypeAwareStatValue createStatValue(StatValueTypes aType, java.lang.String aName, Interval[] aIntervals)
aType - the type of the valueaName - the name of the valueaIntervals - the list of Intervals to be usedpublic static TypeAwareStatValue createStatValue(StatValueTypes aType, java.lang.String aName, java.util.Collection<java.lang.String> aIntervals)
public static final DetailedStatValue createDetailedStatValue(java.lang.Object aPattern, java.lang.String aName, Interval[] aIntervals)
public static DetailedStatValue createDetailedStatValue(StatValueTypes aType, java.lang.String aName, Interval[] aIntervals)
Copyright © 2010-2020 anotheria.net. All Rights Reserved.