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

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

public class UrbanGrowthModelSelfModifyingContentManager
extends AbstractModelContentManager


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

UrbanGrowthModelSelfModifyingContentManager

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