edu.bonn.xulu.plugin.model.sleuth
Class UrbanGrowthModel_MC_ContentManager
java.lang.Object
edu.bonn.xulu.model.AbstractModelContentManager
edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModelContentManager
edu.bonn.xulu.plugin.model.sleuth.UrbanGrowthModel_MC_ContentManager
- All Implemented Interfaces:
- ModelContentManager
public class UrbanGrowthModel_MC_ContentManager
- extends UrbanGrowthModelContentManager
Method Summary |
void |
checkAndError()
Ueberprueft alle Ressourcen auf Korrektheit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrbanGrowthModel_MC_ContentManager
public UrbanGrowthModel_MC_ContentManager(int additionalRes)
UrbanGrowthModel_MC_ContentManager
public UrbanGrowthModel_MC_ContentManager()
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()