public class AnnotationGraphUtils extends Object
Constructor and Description |
---|
AnnotationGraphUtils() |
Modifier and Type | Method and Description |
---|---|
static AnnotationGraph |
difference(AnnotationGraph graph1,
AnnotationGraph graph2)
Return the graph representing the
difference
of edge sets of graph1 - graph2
|
static AnnotationGraph |
intersection(Collection<AnnotationGraph> graphs)
Return the graph representing the
intersection
of the edge sets of a collection of graphs.
|
static AnnotationGraph |
symDifference(AnnotationGraph graph1,
AnnotationGraph graph2)
Return the graph representing the
symmetric difference
of the edge sets of graph1 and graph2
|
static AnnotationGraph |
union(Collection<AnnotationGraph> graphs)
Return the graph representing the
union
of the edge sets of a collection of graphs.
|
public static AnnotationGraph union(Collection<AnnotationGraph> graphs)
graphs
- the graph collectionpublic static AnnotationGraph intersection(Collection<AnnotationGraph> graphs)
graphs
- the graph collectionpublic static AnnotationGraph difference(AnnotationGraph graph1, AnnotationGraph graph2)
graph1
- graph2
- public static AnnotationGraph symDifference(AnnotationGraph graph1, AnnotationGraph graph2)
graph1
- graph2
- Copyright © 2015–2021 Fiji. All rights reserved.