Methods in de.interactive_instruments.ShapeChange.ModelDiff that return types with arguments of type DiffElement |
HashMap<Info,HashSet<DiffElement>> |
Differ.baseDiff(Info curr,
Info ref)
|
HashMap<Info,HashSet<DiffElement>> |
Differ.diff(ClassInfo curr,
ClassInfo ref)
|
HashMap<Info,HashSet<DiffElement>> |
Differ.diff(PackageInfo curr,
PackageInfo ref)
|
HashMap<Info,HashSet<DiffElement>> |
Differ.diff(PropertyInfo curr,
PropertyInfo ref)
|
HashMap<Info,HashSet<DiffElement>> |
Differ.diffEnum(PropertyInfo curr,
PropertyInfo ref)
|
protected HashMap<Info,HashSet<DiffElement>> |
Differ.infoDiffs(Info base,
DiffElement.ElementType type,
Info[] currs,
Info[] refs)
|