20 package net.sf.gridarta.model.validation;
22 import java.io.Serializable;
27 import org.jetbrains.annotations.NotNull;
46 Iterable<ValidationError<G, A, R>>
getErrors();
This package contains the framework for validating maps.
Iterable< ValidationError< G, A, R > > getErrors()
Get all errors.
Super class of all errors that could occur during map validation.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
void collect(@NotNull ValidationError< G, A, R > error)
Collect an error.
An interface for classes that collect errors.
Interface for MapArchObjects.