20 package net.sf.gridarta.model.validation;
26 import org.jetbrains.annotations.NotNull;
A MapModel reflects the data of a map.
void validateMap(@NotNull MapModel< G, A, R > mapModel, @NotNull ErrorCollector< G, A, R > errorCollector)
Validate a map.
Interface for Map Validators.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Super-interface for validators.
Interface for MapArchObjects.