edu.bonn.xulu.plugin.model.sleuth
Class UrbanGrowthModelCalibrationSelfModificationContentManager

java.lang.Object
  extended by edu.bonn.xulu.model.AbstractModelContentManager
      extended by edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelContentManager
          extended by edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationContentManager
              extended by edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelCalibrationSelfModificationContentManager
All Implemented Interfaces:
ModelContentManager

public class UrbanGrowthModelCalibrationSelfModificationContentManager
extends UrbanGrowthModelCalibrationContentManager


Field Summary
 
Fields inherited from class edu.bonn.xulu.model.AbstractModelContentManager
LOGGER, resource
 
Constructor Summary
UrbanGrowthModelCalibrationSelfModificationContentManager()
           
UrbanGrowthModelCalibrationSelfModificationContentManager(int additionalRes)
           
 
Method Summary
 void checkAndError()
          Ueberprueft alle Ressourcen auf Korrektheit.
 
Methods inherited from class edu.bonn.xulu.model.AbstractModelContentManager
check, getResource, getResourceCount, getResourceData, resetCaptions, resetResourceDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrbanGrowthModelCalibrationSelfModificationContentManager

public UrbanGrowthModelCalibrationSelfModificationContentManager(int additionalRes)

UrbanGrowthModelCalibrationSelfModificationContentManager

public UrbanGrowthModelCalibrationSelfModificationContentManager()
Method Detail

checkAndError

public void checkAndError()
                   throws XuluDataException
Description copied from class: AbstractModelContentManager
Ueberprueft alle Ressourcen auf Korrektheit. Unterklassen muessen diese Methode ueberschreiben, falls eine Uberpruefung der Konsistenz zwischen den einzelnen Ressourcen notwendig ist.

Specified by:
checkAndError in interface ModelContentManager
Overrides:
checkAndError in class UrbanGrowthModelCalibrationContentManager
Throws:
XuluDataException - falls eine Ressource nicht korret gefuellt ist
See Also:
ModelResource.checkAndError()