public class ParentAttrsPropagator extends java.lang.Object implements IAttributeChangePropagator
Constructor and Description |
---|
ParentAttrsPropagator() |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(TreeNode node,
ChangesSet<Attribute> changes) |
static IAttributeChangePropagator |
getOne() |
int |
getPriority() |
boolean |
shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
public boolean shouldBeApplied(TreeNode node, ChangesSet<Attribute> cs, Moment m)
shouldBeApplied
in interface IAttributeChangePropagator
public boolean apply(TreeNode node, ChangesSet<Attribute> changes)
apply
in interface IAttributeChangePropagator
public static IAttributeChangePropagator getOne()
public int getPriority()
getPriority
in interface IAttributeChangePropagator