public abstract class GenericProperty extends Object implements Property
| Modifier | Constructor and Description |
|---|---|
protected |
GenericProperty() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
check(Search search,
VM vm)
return true if property is NOT violated
|
String |
getErrorMessage() |
String |
getExplanation() |
void |
printOn(PrintWriter pw) |
void |
reset() |
public abstract boolean check(Search search, VM vm)
Propertypublic String getErrorMessage()
getErrorMessage in interface Propertypublic String getExplanation()
getExplanation in interface Propertypublic void printOn(PrintWriter pw)