Uses of Class
es.upm.etsisi.cf4j.data.DataBank
-
Packages that use DataBank Package Description es.upm.etsisi.cf4j.data This package contains data classes of CF4J. -
-
Uses of DataBank in es.upm.etsisi.cf4j.data
Fields in es.upm.etsisi.cf4j.data declared as DataBank Modifier and Type Field Description protected DataBankItem. dataBankDataBank to store heterogeneous informationprotected DataBankUser. dataBankDataBank to store heterogeneous informationMethods in es.upm.etsisi.cf4j.data that return DataBank Modifier and Type Method Description DataBankDataModel. getDataBank()Gets the DataBank instance that stores heterogeneous information related to the DataModel.DataBankItem. getDataBank()Gets the DataBank instance that stores heterogeneous information related to the Item.DataBankUser. getDataBank()Gets the DataBank instance that stores heterogeneous information related to the User.
-