Uses of Class
de.gsi.dataset.spi.financial.api.attrs.AttributeModel
-
Packages that use AttributeModel Package Description de.gsi.dataset.spi.financial de.gsi.dataset.spi.financial.api.attrs de.gsi.dataset.spi.financial.api.ohlcv -
-
Uses of AttributeModel in de.gsi.dataset.spi.financial
Methods in de.gsi.dataset.spi.financial that return AttributeModel Modifier and Type Method Description AttributeModelOhlcvDataSet. getAddon()AttributeModelOhlcvDataSet. getAddonOrCreate() -
Uses of AttributeModel in de.gsi.dataset.spi.financial.api.attrs
Methods in de.gsi.dataset.spi.financial.api.attrs that return AttributeModel Modifier and Type Method Description static AttributeModelAttributeModel. configure()static AttributeModelAttributeModel. configure(AttributeModel template)AttributeModelAttributeModel. deepCopyAttributes()AttributeModelAttributeModelAware. getAddon()AttributeModelAttributeModelAware. getAddonOrCreate()<T> AttributeModelAttributeModel. setAttribute(AttributeKey<T> key, T value)Sets an attribute on the plugin model.Methods in de.gsi.dataset.spi.financial.api.attrs with parameters of type AttributeModel Modifier and Type Method Description static AttributeModelAttributeModel. configure(AttributeModel template)voidAttributeModel. merge(AttributeModel model)Merge model to this actual model -
Uses of AttributeModel in de.gsi.dataset.spi.financial.api.ohlcv
Methods in de.gsi.dataset.spi.financial.api.ohlcv that return AttributeModel Modifier and Type Method Description AttributeModelIOhlcv. getAddon()AttributeModelIOhlcvItem. getAddon()AttributeModelIOhlcv. getAddonOrCreate()AttributeModelIOhlcvItem. getAddonOrCreate()
-