Class EngineInstance

java.lang.Object
nz.org.riskscape.engine.EngineInstance

public class EngineInstance extends Object

Default implementation of a singleton for an engine instance. For now, we only ever have one, but future implementations might use a threadlocal or who knows what to determine what instance to return.

  • Constructor Details

    • EngineInstance

      public EngineInstance()
  • Method Details