| Package | Description |
|---|---|
| net.sf.gridarta.model.match |
This package contains classes related to matching
GameObjects, so called GameObjectMatchers. |
| Modifier and Type | Field and Description |
|---|---|
private Operation |
AttributeGameObjectMatcher.operation
The operator to use.
|
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AttributeGameObjectMatcher(Operation operation)
Creates an
AttributeGameObjectMatcher. |
IntAttributeGameObjectMatcher(String name,
Operation operation,
String value,
boolean useDefArch)
Creates an
AttributeGameObjectMatcher. |
StringAttributeGameObjectMatcher(String name,
Operation operation,
String value,
boolean useDefArch)
Creates an
AttributeGameObjectMatcher. |
Feedback: webmaster
© 2003-2010 The Gridarta Developers. All rights reserved.