20 package net.sf.gridarta.model.validation.errors;
26 import org.jetbrains.annotations.NotNull;
46 super(mapModel, connected, gameObjects);
Validation for incorrectly connected objects.
A MapModel reflects the data of a map.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
final int connected
The erroneous connected value.
static final long serialVersionUID
The serial version UID.
GameObjects are the objects based on Archetypes found on maps.
Validation error for a set of connected objects for which no sources exist.
ConnectionWithoutSourcesError(@NotNull final MapModel< G, A, R > mapModel, final int connected, @NotNull final Iterable< G > gameObjects)
Create a new instance.
Interface for MapArchObjects.