public interface PropertyChangeAppender<T extends PropertyChange>
| Modifier and Type | Field and Description |
|---|---|
static int |
HIGH_PRIORITY |
static int |
LOW_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
T |
calculateChanges(NodePair pair,
Property supportedProperty) |
int |
priority() |
boolean |
supports(JaversType propertyType)
Checks if given property type is supported
|
static final int HIGH_PRIORITY
static final int LOW_PRIORITY
boolean supports(JaversType propertyType)
int priority()