Gridarta Editor
net.sf.gridarta.model.validation.errors.ConnectionWithoutSinksError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R > Class Template Reference

Validation error for a set of connected objects for which no sinks exist. More...

+ Inheritance diagram for net.sf.gridarta.model.validation.errors.ConnectionWithoutSinksError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
+ Collaboration diagram for net.sf.gridarta.model.validation.errors.ConnectionWithoutSinksError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:

Public Member Functions

 ConnectionWithoutSinksError (@NotNull final MapModel< G, A, R > mapModel, final int connected, @NotNull final Iterable< G > gameObjects)
 Creates a new instance. More...
 
- Public Member Functions inherited from net.sf.gridarta.model.validation.errors.ConnectionError< G, A, R >
String getParameter (final int id)
 

Static Private Attributes

static final long serialVersionUID = 1L
 The serial version UID. More...
 

Additional Inherited Members

- Protected Member Functions inherited from net.sf.gridarta.model.validation.errors.ConnectionError< G, A, R >
 ConnectionError ( @NotNull final MapModel< G, A, R > mapModel, final int connected, @NotNull final Iterable< G > gameObjects)
 Creates a new instance. More...
 

Detailed Description

Validation error for a set of connected objects for which no sinks exist.

Author
Andreas Kirschbaum

Definition at line 32 of file ConnectionWithoutSinksError.java.

Constructor & Destructor Documentation

◆ ConnectionWithoutSinksError()

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.

Parameters
mapModelthe map on which the error occurred
connectedthe erroneous connected value
gameObjectsthe erroneous game objects

Definition at line 45 of file ConnectionWithoutSinksError.java.

References net.sf.gridarta.model.validation.errors.ConnectionError< G, A, R >.connected.

Member Data Documentation

◆ serialVersionUID

final long net.sf.gridarta.model.validation.errors.ConnectionWithoutSinksError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 37 of file ConnectionWithoutSinksError.java.


The documentation for this class was generated from the following file: