| Package | Description |
|---|---|
| de.tsl2.nano.historize |
| Modifier and Type | Method and Description |
|---|---|
static HistorizedInput<String> |
HistorizedInputFactory.create(String name)
delegator using type string.
|
static <T> HistorizedInput<T> |
HistorizedInputFactory.create(String name,
int maxCount,
Class<T> type)
create new historized input with max-count entries of given type.
|
static HistorizedInput |
HistorizedInputFactory.instance(String name)
instance
|
Copyright © 2012–2018. All rights reserved.