public abstract class AbstractWeightProvider extends Object implements WeightProvider
WeightProvider.Descriptor
Modifier and Type | Field and Description |
---|---|
static int |
MAJOR
Quite important regarding the Object identity.
|
static int |
MASSIVE
Very important regarding the Object identity.
|
static int |
NORMAL
A normal change in an object.
|
static int |
SIGNIFICANT
Likely to impact the object identity.
|
static int |
SMALL
Something not impacting the object identity unless it adds up a lot.
|
static int |
UNLIKELY_TO_MATCH
It is very unlikely the elements are matching if they have differences of this magnitude.
|
Constructor and Description |
---|
AbstractWeightProvider() |
public static final int SMALL
public static final int NORMAL
public static final int SIGNIFICANT
public static final int MAJOR
public static final int MASSIVE
public static final int UNLIKELY_TO_MATCH
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.