Package | Description |
---|---|
de.interactive_instruments.ShapeChange.ModelDiff |
Modifier and Type | Method and Description |
---|---|
protected DiffElement |
Differ.stringDiff(DiffElement.ElementType type,
String ref,
String curr) |
Modifier and Type | Method and Description |
---|---|
SortedMap<Info,SortedSet<DiffElement>> |
Differ.baseDiff(Info curr,
Info ref) |
SortedMap<Info,SortedSet<DiffElement>> |
Differ.diff(ClassInfo curr,
ClassInfo ref) |
SortedMap<Info,SortedSet<DiffElement>> |
Differ.diff(PackageInfo curr,
PackageInfo ref) |
SortedMap<Info,SortedSet<DiffElement>> |
Differ.diff(PropertyInfo curr,
PropertyInfo ref) |
SortedMap<Info,SortedSet<DiffElement>> |
Differ.diffEnum(PropertyInfo curr,
PropertyInfo ref) |
protected SortedMap<Info,SortedSet<DiffElement>> |
Differ.infoDiffs(Info base,
DiffElement.ElementType type,
Info[] currs,
Info[] refs) |
Modifier and Type | Method and Description |
---|---|
int |
DiffElement.compareTo(DiffElement o) |
Modifier and Type | Method and Description |
---|---|
void |
Differ.merge(SortedMap<Info,SortedSet<DiffElement>> diffs,
SortedMap<Info,SortedSet<DiffElement>> diffs2)
Adds the content from diff2 to diffs.
|
void |
Differ.merge(SortedMap<Info,SortedSet<DiffElement>> diffs,
SortedMap<Info,SortedSet<DiffElement>> diffs2)
Adds the content from diff2 to diffs.
|
Copyright © 2017. All rights reserved.