Gridarta Editor
net.sf.gridarta.model.select.AttributeValueMatchCriteria< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R > Class Template Reference

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...
 

Detailed Description

A MatchCriteria that matches an attribute value.

Author
Andreas Kirschbaum

Definition at line 31 of file AttributeValueMatchCriteria.java.

Constructor & Destructor Documentation

◆ AttributeValueMatchCriteria()

Member Function Documentation

◆ matches()

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.

Member Data Documentation

◆ attributeName

◆ attributeValue


The documentation for this class was generated from the following file: