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