public class ListDiffOutput extends java.lang.Object implements DiffOutput
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<TopicMapDiff.DiffEntry> |
diff |
Constructor and Description |
---|
ListDiffOutput() |
Modifier and Type | Method and Description |
---|---|
void |
endCompare() |
java.util.ArrayList<TopicMapDiff.DiffEntry> |
getList() |
boolean |
noDifferences(Association a) |
boolean |
noDifferences(Topic t) |
boolean |
outputDiffEntry(TopicMapDiff.DiffEntry d) |
void |
startCompare() |
private java.util.ArrayList<TopicMapDiff.DiffEntry> diff
public void startCompare()
startCompare
in interface DiffOutput
public void endCompare()
endCompare
in interface DiffOutput
public boolean outputDiffEntry(TopicMapDiff.DiffEntry d)
outputDiffEntry
in interface DiffOutput
public boolean noDifferences(Topic t)
noDifferences
in interface DiffOutput
public boolean noDifferences(Association a)
noDifferences
in interface DiffOutput
public java.util.ArrayList<TopicMapDiff.DiffEntry> getList()
Copyright 2004-2015 Wandora Team