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

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.UrbanGrowthModel_MC_ContentManager
All Implemented Interfaces:
ModelContentManager

public class UrbanGrowthModel_MC_ContentManager
extends UrbanGrowthModelContentManager


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

UrbanGrowthModel_MC_ContentManager

public UrbanGrowthModel_MC_ContentManager(int additionalRes)

UrbanGrowthModel_MC_ContentManager

public UrbanGrowthModel_MC_ContentManager()
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()