|
Gridarta Editor
|
A GameObjectMatcher that negates another. More...
Inheritance diagram for net.sf.gridarta.model.match.NotGameObjectMatcher:
Collaboration diagram for net.sf.gridarta.model.match.NotGameObjectMatcher:Public Member Functions | |
| boolean | isMatching (@NotNull final GameObject<?, ?, ?> gameObject) |
| Matches an 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 an 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.GameObjectMatcher.isMatching().
Here is the call graph for this function:
|
private |
The GameObjectMatcher to negate.
Definition at line 41 of file NotGameObjectMatcher.java.
Referenced by net.sf.gridarta.model.match.NotGameObjectMatcher.NotGameObjectMatcher().
|
staticprivate |
The serial version UID.
Definition at line 34 of file NotGameObjectMatcher.java.