Package VASSAL.counters
Class PropertiesPieceFilter
java.lang.Object
VASSAL.counters.PropertiesPieceFilter
Accepts pieces based on whether the piece has properties that
match a given set of conditions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PieceFilter
Return a PieceFilter parsed from a boolean expression such as prop1 = value1 && prop2 = value2 || prop3 = value3static String
static String
-
Constructor Details
-
PropertiesPieceFilter
public PropertiesPieceFilter()
-
-
Method Details
-
parse
Return a PieceFilter parsed from a boolean expression such as prop1 = value1 && prop2 = value2 || prop3 = value3- Parameters:
expression
- Expression- Returns:
- Piece Filter
-
toBeanShellString
-
toBeanShellString
-