|
Gridarta Editor
|
A MatchCriteria that matches an attribute value. More...
Inheritance diagram for net.sf.gridarta.model.select.AttributeValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.model.select.AttributeValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| AttributeValueMatchCriteria (@NotNull final String attributeName, @NotNull final String attributeValue) | |
| Creates a new instance. More... | |
| boolean | matches (@NotNull final G gameObject) |
Public Member Functions inherited from net.sf.gridarta.model.select.MatchCriteria< G, A, R > | |
| boolean | matches ( @NotNull G gameObject) |
| Whether a GameObject matches this criteria. More... | |
Private Attributes | |
| final String | attributeName |
| The attribute name to check. More... | |
| final String | attributeValue |
| The attribute value to check. More... | |
A MatchCriteria that matches an attribute value.
Definition at line 31 of file AttributeValueMatchCriteria.java.
| net.sf.gridarta.model.select.AttributeValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.AttributeValueMatchCriteria | ( | @NotNull final String | attributeName, |
| @NotNull final String | attributeValue | ||
| ) |
Creates a new instance.
| attributeName | the attribute name to check |
| attributeValue | the attribute value to check |
Definition at line 50 of file AttributeValueMatchCriteria.java.
References net.sf.gridarta.model.select.AttributeValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.attributeName, and net.sf.gridarta.model.select.AttributeValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.attributeValue.
| boolean net.sf.gridarta.model.select.AttributeValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.matches | ( | @NotNull final G | gameObject | ) |
Definition at line 56 of file AttributeValueMatchCriteria.java.
|
private |
The attribute name to check.
Definition at line 37 of file AttributeValueMatchCriteria.java.
|
private |
The attribute value to check.
Definition at line 43 of file AttributeValueMatchCriteria.java.