![]() |
Gridarta Editor
|
Validation error for a set of connected objects for which no sinks exist. More...
Public Member Functions | |
ConnectionWithoutSinksError (@NotNull final MapModel< G, A, R > mapModel, final int connected, @NotNull final Iterable< G > gameObjects) | |
Creates a new instance. More... | |
![]() | |
String | getParameter (final int id) |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The serial version UID. More... | |
Additional Inherited Members | |
![]() | |
ConnectionError ( @NotNull final MapModel< G, A, R > mapModel, final int connected, @NotNull final Iterable< G > gameObjects) | |
Creates a new instance. More... | |
Validation error for a set of connected objects for which no sinks exist.
Definition at line 32 of file ConnectionWithoutSinksError.java.
net.sf.gridarta.model.validation.errors.ConnectionWithoutSinksError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ConnectionWithoutSinksError | ( | @NotNull final MapModel< G, A, R > | mapModel, |
final int | connected, | ||
@NotNull final Iterable< G > | gameObjects | ||
) |
Creates a new instance.
mapModel | the map on which the error occurred |
connected | the erroneous connected value |
gameObjects | the erroneous game objects |
Definition at line 45 of file ConnectionWithoutSinksError.java.
References net.sf.gridarta.model.validation.errors.ConnectionError< G, A, R >.connected.
|
staticprivate |
The serial version UID.
Definition at line 37 of file ConnectionWithoutSinksError.java.