Package nis.svc.mdl.api
Interface Model
-
- All Superinterfaces:
ModelEntities
public interface Model extends ModelEntities
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nis.svc.mdl.api.ModelEntities
ModelEntities.Composites, ModelEntities.Correlations, ModelEntities.Exposures, ModelEntities.Factors, ModelEntities.MemberRow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelEntities.MemberRow[]
appends()
double
blend()
Model
blend(Model model, double ratio)
Blend this model (left side) with the other (right side).java.lang.String
code()
ModelEntities.Composites
composites()
ModelEntities.Correlations
correlations()
java.lang.String
date()
ModelEntities.Exposures
exposures()
ModelEntities.Factors
factors()
-
-
-
Method Detail
-
code
java.lang.String code()
-
date
java.lang.String date()
-
blend
double blend()
-
factors
ModelEntities.Factors factors()
-
correlations
ModelEntities.Correlations correlations()
-
exposures
ModelEntities.Exposures exposures()
-
composites
ModelEntities.Composites composites()
-
appends
ModelEntities.MemberRow[] appends()
-
blend
Model blend(Model model, double ratio) throws ModelException
Blend this model (left side) with the other (right side).- Throws:
ModelException
-
-