|
Gridarta Editor
|
A MatchCriteria that matches by object name. More...
Inheritance diagram for net.sf.gridarta.model.select.ObjectNameMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.model.select.ObjectNameMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| boolean | matches (@NotNull final G gameObject) |
| ObjectNameMatchCriteria (@NotNull final String objectName) | |
| Creates a new instance. More... | |
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 Pattern | objectName |
| The object name to match. More... | |
A MatchCriteria that matches by object name.
Definition at line 33 of file ObjectNameMatchCriteria.java.
| net.sf.gridarta.model.select.ObjectNameMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ObjectNameMatchCriteria | ( | @NotNull final String | objectName | ) |
Creates a new instance.
| objectName | the object name to match |
Definition at line 45 of file ObjectNameMatchCriteria.java.
| boolean net.sf.gridarta.model.select.ObjectNameMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.matches | ( | @NotNull final G | gameObject | ) |
Definition at line 50 of file ObjectNameMatchCriteria.java.
|
private |
The object name to match.
Definition at line 39 of file ObjectNameMatchCriteria.java.