|
Gridarta Editor
|
A GameObjectMatcher that And-combines other. More...
Inheritance diagram for net.sf.gridarta.model.match.AndGameObjectMatcher:
Collaboration diagram for net.sf.gridarta.model.match.AndGameObjectMatcher:Public Member Functions | |
| AndGameObjectMatcher (@NotNull final Collection< GameObjectMatcher > matchers) | |
| Creates an. More... | |
| boolean | isMatching (@NotNull final GameObject<?, ?, ?> gameObject) |
| Matches an GameObject. More... | |
Private Attributes | |
| final Collection< GameObjectMatcher > | matchers = new ArrayList<>() |
| The list of GameObjectMatchers to AND. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
A GameObjectMatcher that And-combines other.
s.
Definition at line 32 of file AndGameObjectMatcher.java.
| net.sf.gridarta.model.match.AndGameObjectMatcher.AndGameObjectMatcher | ( | @NotNull final Collection< GameObjectMatcher > | matchers | ) |
Creates an.
.
| matchers | the matchers to And |
Definition at line 50 of file AndGameObjectMatcher.java.
| boolean net.sf.gridarta.model.match.AndGameObjectMatcher.isMatching | ( | @NotNull final GameObject<?, ?, ?> | gameObject | ) |
Matches an GameObject.
| gameObject | the GameObject |
Implements net.sf.gridarta.model.match.GameObjectMatcher.
Definition at line 55 of file AndGameObjectMatcher.java.
|
private |
The list of GameObjectMatchers to AND.
Definition at line 44 of file AndGameObjectMatcher.java.
|
staticprivate |
The serial version UID.
Definition at line 37 of file AndGameObjectMatcher.java.