Package jline.solvers.env
Class SolverEnv.EnvGeneratorResult
-
- All Implemented Interfaces:
public class SolverEnv.EnvGeneratorResultContainer class holding the generator matrices and related data structures for both stage-specific and random environment transitions. Used to encapsulate results from environment-aware model generation.
-
-
Field Summary
Fields Modifier and Type Field Description public Array<Matrix>stageInfGenpublic MatrixrenvInfGenpublic Array<MatrixCell>stageEventFiltpublic Array<Array<Matrix>>renvEventFiltpublic Array<Map<Integer, Sync>>stageEventspublic List<RenvEvent>renvEvents
-