Package VASSAL.configure
Class PropertyExpression
java.lang.Object
VASSAL.configure.PropertyExpression
- All Implemented Interfaces:
PieceFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetFilter(PropertySource source)inthashCode()booleanisNull()booleanisTrue(PropertySource ps)Evaluate the Property Expression as true/false using a supplied property sourcevoidsetExpression(String s)
-
Field Details
-
expression
-
-
Constructor Details
-
PropertyExpression
public PropertyExpression() -
PropertyExpression
-
-
Method Details
-
setExpression
-
getExpression
-
isNull
public boolean isNull() -
getFilter
-
getFilter
-
accept
- Specified by:
acceptin interfacePieceFilter
-
accept
-
hashCode
public int hashCode() -
equals
-
isTrue
Evaluate the Property Expression as true/false using a supplied property source- Parameters:
ps- Property Source *- Returns:
- boolean result
-