|
Gridarta Editor
|
An GameObjectMatcher that matches an attribute value. More...
Inheritance diagram for net.sf.gridarta.model.match.AttributeGameObjectMatcher:
Collaboration diagram for net.sf.gridarta.model.match.AttributeGameObjectMatcher:Public Member Functions | |
| boolean | isMatching (@NotNull final GameObject<?, ?, ?> gameObject) |
| Matches an GameObject. More... | |
Protected Member Functions | |
| AttributeGameObjectMatcher (@NotNull final Operation operation) | |
| Creates an. More... | |
| abstract int | compareValue (@NotNull GameObject<?, ?, ?> gameObject) |
| Compares the attribute value of a given game object with the expected value. More... | |
Private Attributes | |
| final Operation | operation |
| The operator to use. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
An GameObjectMatcher that matches an attribute value.
Definition at line 30 of file AttributeGameObjectMatcher.java.
|
protected |
Creates an.
.
| operation | the Operator |
Definition at line 48 of file AttributeGameObjectMatcher.java.
References net.sf.gridarta.model.match.AttributeGameObjectMatcher.operation.
|
abstractprotected |
Compares the attribute value of a given game object with the expected value.
| gameObject | the game object |
Referenced by net.sf.gridarta.model.match.AttributeGameObjectMatcher.isMatching().
Here is the caller graph for this function:| boolean net.sf.gridarta.model.match.AttributeGameObjectMatcher.isMatching | ( | @NotNull final GameObject<?, ?, ?> | gameObject | ) |
Matches an GameObject.
| gameObject | the GameObject |
Implements net.sf.gridarta.model.match.GameObjectMatcher.
Definition at line 53 of file AttributeGameObjectMatcher.java.
References net.sf.gridarta.model.match.AttributeGameObjectMatcher.compareValue().
Here is the call graph for this function:
|
private |
The operator to use.
Definition at line 42 of file AttributeGameObjectMatcher.java.
Referenced by net.sf.gridarta.model.match.AttributeGameObjectMatcher.AttributeGameObjectMatcher(), and net.sf.gridarta.model.match.IntAttributeGameObjectMatcher.IntAttributeGameObjectMatcher().
|
staticprivate |
The serial version UID.
Definition at line 35 of file AttributeGameObjectMatcher.java.