Uses of Interface
io.github.tonywasher.joceanus.prometheus.data.PrometheusData.PrometheusDataSetCtl
Packages that use PrometheusData.PrometheusDataSetCtl
-
Uses of PrometheusData.PrometheusDataSetCtl in io.github.tonywasher.joceanus.prometheus.data
Subinterfaces of PrometheusData.PrometheusDataSetCtl in io.github.tonywasher.joceanus.prometheus.dataModifier and TypeInterfaceDescriptionstatic interfacePrometheusControlData interface.Classes in io.github.tonywasher.joceanus.prometheus.data that implement PrometheusData.PrometheusDataSetCtlMethods in io.github.tonywasher.joceanus.prometheus.data that return PrometheusData.PrometheusDataSetCtlModifier and TypeMethodDescriptionPrometheusData.PrometheusDataItemCtl.getDataSet()Obtain the dataSet.PrometheusData.PrometheusDataListCtl.getDataSet()Obtain the dataSet.PrometheusDataItem.getDataSet()PrometheusDataList.getDataSet()Methods in io.github.tonywasher.joceanus.prometheus.data with parameters of type PrometheusData.PrometheusDataSetCtlModifier and TypeMethodDescriptionprotected voidPrometheusDataList.cloneList(PrometheusData.PrometheusDataSetCtl pData, PrometheusDataList<?> pSource) Derive an cloned extract of the source list.PrometheusControlData.PrometheusControlDataList.deriveDifferences(PrometheusData.PrometheusDataSetCtl pDataSet, PrometheusDataList<?> pOld) PrometheusControlKey.PrometheusControlKeyList.deriveDifferences(PrometheusData.PrometheusDataSetCtl pDataSet, PrometheusDataList<?> pOld) PrometheusControlKeySet.PrometheusControlKeySetList.deriveDifferences(PrometheusData.PrometheusDataSetCtl pDataSet, PrometheusDataList<?> pOld) PrometheusDataKeySet.PrometheusDataKeySetList.deriveDifferences(PrometheusData.PrometheusDataSetCtl pDataSet, PrometheusDataList<?> pOld) PrometheusDataList.deriveDifferences(PrometheusData.PrometheusDataSetCtl pDataSet, PrometheusDataList<?> pOld) Construct a difference extract between two DataLists.Constructors in io.github.tonywasher.joceanus.prometheus.data with parameters of type PrometheusData.PrometheusDataSetCtlModifierConstructorDescriptionprotectedConstruct an empty CORE Control Data list.protectedConstruct an empty generic ControlData list.protectedConstruct an empty CORE ControlKey list.protectedConstruct an empty generic ControlKey list.protectedConstruct an empty CORE list.protectedConstruct an empty generic ControlKey list.protectedConstruct an empty CORE list.protectedConstruct an empty generic ControlKey list.protectedPrometheusDataList(Class<T> pBaseClass, PrometheusData.PrometheusDataSetCtl pDataSet, MetisListKey pItemType, PrometheusListStyle pStyle) Construct a new object.