![]() |
Gridarta Editor
|
A GameObjectMatcher that negates another. More...
Public Member Functions | |
boolean | isMatching (@NotNull final GameObject<?, ?, ?> gameObject) |
Matches a GameObject. More... | |
NotGameObjectMatcher (@NotNull final GameObjectMatcher gameObjectMatcher) | |
Creates a new instance. More... | |
Private Attributes | |
final GameObjectMatcher | gameObjectMatcher |
The GameObjectMatcher to negate. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The serial version UID. More... | |
A GameObjectMatcher that negates another.
.
Definition at line 29 of file NotGameObjectMatcher.java.
net.sf.gridarta.model.match.NotGameObjectMatcher.NotGameObjectMatcher | ( | @NotNull final GameObjectMatcher | gameObjectMatcher | ) |
Creates a new instance.
gameObjectMatcher | the matcher to negate |
Definition at line 47 of file NotGameObjectMatcher.java.
References net.sf.gridarta.model.match.NotGameObjectMatcher.gameObjectMatcher.
boolean net.sf.gridarta.model.match.NotGameObjectMatcher.isMatching | ( | @NotNull final GameObject<?, ?, ?> | gameObject | ) |
Matches a GameObject.
gameObject | the GameObject
|
Implements net.sf.gridarta.model.match.GameObjectMatcher.
Definition at line 52 of file NotGameObjectMatcher.java.
References net.sf.gridarta.model.match.NotGameObjectMatcher.gameObjectMatcher, and net.sf.gridarta.model.match.GameObjectMatcher.isMatching().
|
private |
The GameObjectMatcher to negate.
@serial
Definition at line 41 of file NotGameObjectMatcher.java.
Referenced by net.sf.gridarta.model.match.NotGameObjectMatcher.isMatching(), and net.sf.gridarta.model.match.NotGameObjectMatcher.NotGameObjectMatcher().
|
staticprivate |
The serial version UID.
Definition at line 34 of file NotGameObjectMatcher.java.