Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.core.propagators |
Modifier and Type | Method and Description |
---|---|
java.util.List<IAttributeChangePropagator> |
TreeNode.getAPropogators() |
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.addAPropogator(IAttributeChangePropagator a) |
void |
TreeNode.removeAPropogator(IAttributeChangePropagator a) |
Modifier and Type | Class and Description |
---|---|
class |
ClonePropagator |
class |
LocationLabelPropagator |
class |
ParentAttrsPropagator |
class |
ReferenceRevertPropagator |
class |
UVIDPropagator |
class |
VNodePropagator |
Modifier and Type | Method and Description |
---|---|
static IAttributeChangePropagator |
ReferenceRevertPropagator.getOne() |
static IAttributeChangePropagator |
VNodePropagator.getOne() |
static IAttributeChangePropagator |
ParentAttrsPropagator.getOne() |
static IAttributeChangePropagator |
ClonePropagator.getOne() |
static IAttributeChangePropagator |
LocationLabelPropagator.getOne() |
static IAttributeChangePropagator |
UVIDPropagator.getOne(TreeNode node) |
Modifier and Type | Method and Description |
---|---|
int |
AttributePropagatorComparator.compare(IAttributeChangePropagator o1,
IAttributeChangePropagator o2) |