public class Merger extends Object
Constructor and Description |
---|
Merger() |
Modifier and Type | Method and Description |
---|---|
static void |
compare(Project p1,
Project p2)
Take two projects and find out what is different among them,
independent of id.
|
static List<Set<Tag>> |
compareTags(Node<?> nd1,
Node<?> nd2)
Returns three lists: the tags in common, the tags in this node but not in the other,
and the tags in the other but not in this node.
|
Copyright © 2015–2021 Fiji. All rights reserved.