|
Gridarta Editor
|
A MatchCriteria that matches attribute values of all but a set of attributes. More...
Inheritance diagram for net.sf.gridarta.model.select.AttributeOtherValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.model.select.AttributeOtherValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| AttributeOtherValueMatchCriteria (@NotNull final String attributeValue, @NotNull final String... attributeNames) | |
| 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 Set< String > | attributeNames |
| The attribute names not to check. More... | |
| final String | attributeValue |
| The attribute value to check. More... | |
A MatchCriteria that matches attribute values of all but a set of attributes.
Definition at line 36 of file AttributeOtherValueMatchCriteria.java.
| net.sf.gridarta.model.select.AttributeOtherValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.AttributeOtherValueMatchCriteria | ( | @NotNull final String | attributeValue, |
| @NotNull final String... | attributeNames | ||
| ) |
Creates a new instance.
| attributeValue | the attribute value to check |
| attributeNames | the attribute names not to check |
Definition at line 55 of file AttributeOtherValueMatchCriteria.java.
| boolean net.sf.gridarta.model.select.AttributeOtherValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.matches | ( | @NotNull final G | gameObject | ) |
Definition at line 61 of file AttributeOtherValueMatchCriteria.java.
References net.sf.gridarta.utils.StringUtils.PATTERN_END_OF_LINE, and net.sf.gridarta.utils.StringUtils.PATTERN_SPACES.
|
private |
The attribute names not to check.
Definition at line 42 of file AttributeOtherValueMatchCriteria.java.
|
private |
The attribute value to check.
Definition at line 48 of file AttributeOtherValueMatchCriteria.java.