-
- All Implemented Interfaces:
public interface IMetricContainerFactory<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract IMetricContainer<T>newMetricContainer()abstract IMetricContainer<T>fromStringRepresentation(String state)-
-
Method Detail
-
newMetricContainer
abstract IMetricContainer<T> newMetricContainer()
-
fromStringRepresentation
abstract IMetricContainer<T> fromStringRepresentation(String state)
-
-
-
-