Package jline.lang

Class Env

All Implemented Interfaces:
Serializable

@Deprecated public class Env extends Environment
Deprecated.
Use Environment instead.
An environment model defined by a collection of network sub-models coupled with an environment transition rule that selects the active sub-model.
See Also:
  • Constructor Details

    • Env

      public Env(String name, int numStages)
      Deprecated.