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