Uses of Class
org.eclipse.emf.compare.match.eobject.EditionDistance.Builder
| Package | Description |
|---|---|
| org.eclipse.emf.compare.match.eobject |
-
Uses of EditionDistance.Builder in org.eclipse.emf.compare.match.eobject
Methods in org.eclipse.emf.compare.match.eobject that return EditionDistance.Builder Modifier and Type Method Description static EditionDistance.BuilderEditionDistance. builder()Create a new builder to instantiate and configure an EditionDistance.EditionDistance.BuilderEditionDistance.Builder. order(int weight)Specify the weight of any change of reference order between two instances.EditionDistance.BuilderEditionDistance.Builder. uri(int weight)Specify the weight of any change of uri between two instances.EditionDistance.BuilderEditionDistance.Builder. weightProvider(WeightProvider provider)Configure custom weight provider.