Class SimulationLookup

java.lang.Object
de.bsvrz.puk.config.configFile.datamodel.SimulationLookup
All Implemented Interfaces:
de.bsvrz.dav.daf.main.config.ObjectLookup

public class SimulationLookup
extends java.lang.Object
implements de.bsvrz.dav.daf.main.config.ObjectLookup
ObjectLookup-Klasse als Wrapper des ConfigDataModels, das Pids abhängig von einer Simulationsvariante auflöst.
  • Constructor Summary

    Constructors
    Constructor Description
    SimulationLookup​(ConfigDataModel dataModel, short simulationVariant)
    Erstellt einen neuen SimulationLookup
  • Method Summary

    Modifier and Type Method Description
    de.bsvrz.dav.daf.main.config.SystemObject getObject​(long id)  
    de.bsvrz.dav.daf.main.config.SystemObject getObject​(java.lang.String pid)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.bsvrz.dav.daf.main.config.ObjectLookup

    getObject, getObject
  • Constructor Details

    • SimulationLookup

      public SimulationLookup​(ConfigDataModel dataModel, short simulationVariant)
      Erstellt einen neuen SimulationLookup
      Parameters:
      dataModel - dataModel
      simulationVariant - Simulatiosnvariante
  • Method Details

    • getObject

      public de.bsvrz.dav.daf.main.config.SystemObject getObject​(java.lang.String pid)
      Specified by:
      getObject in interface de.bsvrz.dav.daf.main.config.ObjectLookup
    • getObject

      public de.bsvrz.dav.daf.main.config.SystemObject getObject​(long id)
      Specified by:
      getObject in interface de.bsvrz.dav.daf.main.config.ObjectLookup