 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.match;
23 import org.jetbrains.annotations.NotNull;
70 throw new IllegalStateException(
"unsupported operation: " +
operation);
Base package of all Gridarta classes.
An GameObjectMatcher that matches a attribute value.
Interface for classes that match GameObjects.
Reflects a game object (object on a map).
static final long serialVersionUID
The serial version UID.
GameObjects are the objects based on Archetypes found on maps.
abstract int compareValue(@NotNull GameObject<?, ?, ?> gameObject)
Compares the attribute value of a given game object with the expected value.
boolean isMatching(@NotNull final GameObject<?, ?, ?> gameObject)
Matches a GameObject.
final Operation operation
The operator to use.
AttributeGameObjectMatcher(@NotNull final Operation operation)
Creates an.