public class JrdsSeriesBindingFactory
extends java.lang.Object
TimeSeriesBinding for bindings targeting JRDS.| Constructor and Description |
|---|
JrdsSeriesBindingFactory()
Initializes a new instance of the
JrdsSeriesBindingFactory class |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesBinding<java.lang.Double> |
of(java.lang.String parentName,
eu.fthevenet.binjr.sources.jrds.adapters.Graphdesc graphdesc,
int idx,
java.lang.String path,
DataAdapter<java.lang.Double,CsvDecoder<java.lang.Double>> adapter)
Creates a new instance of the
TimeSeriesBinding class with the following parameters |
TimeSeriesBinding<java.lang.Double> |
of(java.lang.String parentName,
java.lang.String legend,
eu.fthevenet.binjr.sources.jrds.adapters.Graphdesc graphdesc,
java.lang.String path,
DataAdapter<java.lang.Double,CsvDecoder<java.lang.Double>> adapter)
Creates a new instance of the
TimeSeriesBinding class with the following parameters |
TimeSeriesBinding<java.lang.Double> |
of(java.lang.String parentName,
java.lang.String label,
java.lang.String path,
DataAdapter<java.lang.Double,CsvDecoder<java.lang.Double>> adapter)
Creates a new instance of the
TimeSeriesBinding class. |
public JrdsSeriesBindingFactory()
JrdsSeriesBindingFactory classpublic TimeSeriesBinding<java.lang.Double> of(java.lang.String parentName, java.lang.String label, java.lang.String path, DataAdapter<java.lang.Double,CsvDecoder<java.lang.Double>> adapter)
TimeSeriesBinding class.parentName - the name of the parent tree node.label - the name of the data store.path - the id for the graph/probeadapter - the JrdsDataAdapter for the binding.public TimeSeriesBinding<java.lang.Double> of(java.lang.String parentName, java.lang.String legend, eu.fthevenet.binjr.sources.jrds.adapters.Graphdesc graphdesc, java.lang.String path, DataAdapter<java.lang.Double,CsvDecoder<java.lang.Double>> adapter)
TimeSeriesBinding class with the following parametersparentName - the name of the parent tree node.legend - the legend for the timeseriesgraphdesc - the graph description from JRDSpath - the id of the JRDS graphadapter - the JrdsDataAdapter for the binding.public TimeSeriesBinding<java.lang.Double> of(java.lang.String parentName, eu.fthevenet.binjr.sources.jrds.adapters.Graphdesc graphdesc, int idx, java.lang.String path, DataAdapter<java.lang.Double,CsvDecoder<java.lang.Double>> adapter)
TimeSeriesBinding class with the following parametersparentName - the name of the parent tree node.graphdesc - the graph description from JRDSidx - the index of the series in the graphdescpath - the id of the JRDS graphadapter - the JrdsDataAdapter for the binding.Copyright © 2018 Frederic Thevenet. All rights reserved.