public class Difference extends Object implements Serializable
SDocumentGraph.findDiffs(SDocumentGraph) to determine differences
between two SDocumentGraph objects.| Modifier and Type | Field and Description |
|---|---|
Object |
container
Object containing the given object, e.g. used for layers
|
DIFF_TYPES |
diffType
type of the difference
|
Object |
otherObject
Object of graph other, if this difference type has one
|
Set<Difference> |
subDiffs |
Object |
templateObject
Object of graph template, if this difference type has one
|
| Constructor and Description |
|---|
Difference(Object templateObject,
Object otherObject,
Object container,
DIFF_TYPES diffType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubDiffs(Set<Difference> subDiffs) |
String |
toString() |
public Object templateObject
public Object otherObject
public Object container
public DIFF_TYPES diffType
public Set<Difference> subDiffs
public Difference(Object templateObject, Object otherObject, Object container, DIFF_TYPES diffType)
public void addSubDiffs(Set<Difference> subDiffs)
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.