public interface IAttributeChangePropagator
Modifier and Type | Method and Description |
---|---|
boolean |
apply(TreeNode node,
ChangesSet<Attribute> cs) |
int |
getPriority() |
boolean |
shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
int getPriority()
boolean shouldBeApplied(TreeNode node, ChangesSet<Attribute> cs, Moment m)
boolean apply(TreeNode node, ChangesSet<Attribute> cs)