Uses of Class
pl.decerto.hyperon.runtime.model.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in pl.decerto.hyperon.runtime.alias
Constructors in pl.decerto.hyperon.runtime.alias with parameters of type Parameter -
Uses of Parameter in pl.decerto.hyperon.runtime.dao.external
Methods in pl.decerto.hyperon.runtime.dao.external with parameters of type ParameterModifier and TypeMethodDescriptionvoidExternalStorageDao.resolveExternalValues(Parameter p) voidExternalStorageDao.resolveExternalValues(Parameter p, Collection<ParameterEntry> rows) -
Uses of Parameter in pl.decerto.hyperon.runtime.dao.parameter
Methods in pl.decerto.hyperon.runtime.dao.parameter that return ParameterModifier and TypeMethodDescriptionParameterJdbcDao.getHeader(int pid) ParameterJdbcDao.getParameter(String code, String ver, int sid) ParameterJdbcDao.getParameter(String code, String ver, int sid, int mid) Fetches parameter with: - metadata (parameter head, in levels, out levels) - matrix (cacheable parameters) where parameter is described by uid = code[@ver][:sid][%mid]Methods in pl.decerto.hyperon.runtime.dao.parameter that return types with arguments of type Parameter -
Uses of Parameter in pl.decerto.hyperon.runtime.decoder
Methods in pl.decerto.hyperon.runtime.decoder with parameters of type ParameterModifier and TypeMethodDescriptionvoidMpDecodingStrategy.detectCascadingRefs(Parameter p, MpParameterEntry entry) Method checks, if class holds reference for nested delegation call -
Uses of Parameter in pl.decerto.hyperon.runtime.distinct
Methods in pl.decerto.hyperon.runtime.distinct with parameters of type Parameter -
Uses of Parameter in pl.decerto.hyperon.runtime.helper
Methods in pl.decerto.hyperon.runtime.helper that return ParameterModifier and TypeMethodDescriptionMpHelper.copyDefinition(Parameter src) - copies all information but matrix - sets number of matrix rowsMethods in pl.decerto.hyperon.runtime.helper with parameters of type ParameterModifier and TypeMethodDescriptionMpHelper.copyDefinition(Parameter src) - copies all information but matrix - sets number of matrix rowsMpHelper.createEntry(Parameter p, String... columns) -
Uses of Parameter in pl.decerto.hyperon.runtime.provider.external
Methods in pl.decerto.hyperon.runtime.provider.external with parameters of type ParameterModifier and TypeMethodDescriptionvoidExtSqlExecutor.fetchMatrixExt(Parameter p) fetches full matrix from external source.ExtSqlExecutor.findEntries(Parameter def, String[] inputValues) run jdbc query (nonMemQuery) to get rows from external source -
Uses of Parameter in pl.decerto.hyperon.runtime.sync
Methods in pl.decerto.hyperon.runtime.sync that return ParameterMethods in pl.decerto.hyperon.runtime.sync with parameters of type Parameter