static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9> TypedModeledFramework9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9> |
TypedModeledFramework9.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9> TypedModeledFramework9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9> |
TypedModeledFramework9.from(ModeledFrameworkBuilder<M> frameworkBuilder,
TypedModelSpec9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9> modelSpec) |
Return a new TypedModeledFramework using the given modeled framework builder and typed model spec.
|