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
-
-
-
Constructor Detail
-
SimulationLookup
public SimulationLookup(ConfigDataModel dataModel, short simulationVariant)
Erstellt einen neuen SimulationLookup- Parameters:
dataModel
- dataModelsimulationVariant
- Simulatiosnvariante
-
-
Method Detail
-
getObject
public de.bsvrz.dav.daf.main.config.SystemObject getObject(java.lang.String pid)
- Specified by:
getObject
in interfacede.bsvrz.dav.daf.main.config.ObjectLookup
-
getObject
public de.bsvrz.dav.daf.main.config.SystemObject getObject(long id)
- Specified by:
getObject
in interfacede.bsvrz.dav.daf.main.config.ObjectLookup
-
-