Uses of Class
io.github.tonywasher.joceanus.prometheus.data.PrometheusDataInfoSet
Packages that use PrometheusDataInfoSet
Package
Description
Data definitions.
Validation classes.
-
Uses of PrometheusDataInfoSet in io.github.tonywasher.joceanus.prometheus.data
Methods in io.github.tonywasher.joceanus.prometheus.data that return PrometheusDataInfoSetModifier and TypeMethodDescriptionPrometheusDataValues.PrometheusInfoSetItem.getInfoSet()Obtain infoSet.Methods in io.github.tonywasher.joceanus.prometheus.data with parameters of type PrometheusDataInfoSetModifier and TypeMethodDescriptionprotected voidPrometheusDataInfoSet.cloneTheDataInfoSet(PrometheusDataInfoSet<T> pSource) Clone the dataInfoSet. -
Uses of PrometheusDataInfoSet in io.github.tonywasher.joceanus.prometheus.validate
Methods in io.github.tonywasher.joceanus.prometheus.validate that return PrometheusDataInfoSetMethods in io.github.tonywasher.joceanus.prometheus.validate with parameters of type PrometheusDataInfoSetModifier and TypeMethodDescriptionvoidPrometheusValidateInfoSet.autoCorrect(PrometheusDataInfoSet<T> pInfoSet) autoCorrect values after change.voidPrometheusValidateInfoSet.storeInfoSet(PrometheusDataInfoSet<T> pInfoSet) Store InfoSet details.voidPrometheusValidateInfoSet.validate(PrometheusDataInfoSet<T> pInfoSet) Validate the infoSet.