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

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
All Implemented Interfaces:
ModelContentManager
Direct Known Subclasses:
UrbanGrowthModelCalibrationSelfModificationContentManager

public class UrbanGrowthModelCalibrationContentManager
extends UrbanGrowthModelContentManager


Field Summary
 
Fields inherited from class edu.bonn.xulu.model.AbstractModelContentManager
LOGGER, resource
 
Constructor Summary
UrbanGrowthModelCalibrationContentManager()
           
UrbanGrowthModelCalibrationContentManager(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

UrbanGrowthModelCalibrationContentManager

public UrbanGrowthModelCalibrationContentManager(int additionalRes)

UrbanGrowthModelCalibrationContentManager

public UrbanGrowthModelCalibrationContentManager()
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 UrbanGrowthModelContentManager
Throws:
XuluDataException - falls eine Ressource nicht korret gefuellt ist
See Also:
ModelResource.checkAndError()