Package jline.solvers.env
Class SolverENV.EnvGeneratorResult
java.lang.Object
jline.solvers.env.SolverENV.EnvGeneratorResult
- Enclosing class:
SolverENV
Container 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 -
Constructor Summary
ConstructorsConstructorDescriptionEnvGeneratorResult(Matrix[] stageInfGen, Matrix renvInfGen, MatrixCell[] stageEventFilt, Matrix[][] renvEventFilt, Map<Integer, Sync>[] stageEvents, List<RenvEvent> renvEvents) -
Method Summary
-
Field Details
-
stageInfGen
-
renvInfGen
-
stageEventFilt
-
renvEventFilt
-
stageEvents
-
renvEvents
-
-
Constructor Details
-
EnvGeneratorResult
-