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
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
Erstellt einen neuen SimulationLookup- Parameters:
dataModel
- dataModelsimulationVariant
- Simulatiosnvariante
-
-
Method Details
-
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
-