public class DiffNode extends BaseDiffNode
BaseDiffNode.Difference| Modifier and Type | Field and Description |
|---|---|
Entity |
base |
Entity |
delta |
PortableESPK |
pk |
parent, root, type| Constructor and Description |
|---|
DiffNode(PortableESPK pk,
Entity baseEntity,
Entity deltaEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(DiffNode node) |
int |
compareTo(java.lang.Object o) |
void |
getChanges(java.util.Set<ESPK> conflicting,
java.util.Set<ESPK> deleted) |
java.util.Set<BaseDiffNode> |
getChildNodes() |
java.util.Set<DiffNode> |
getChildren() |
DiffNode |
getParent() |
PortableESPK |
getPK() |
boolean |
isApplyDiffs() |
void |
setApplyDiffs(boolean markForApply) |
void |
setApplyDiffs(boolean markForApply,
boolean descend) |
java.lang.String |
toString() |
getDiffSymbol, isDiffBranch, markDiffBranchpublic Entity base
public Entity delta
public PortableESPK pk
public DiffNode(PortableESPK pk, Entity baseEntity, Entity deltaEntity)
public java.util.Set<DiffNode> getChildren()
public java.util.Set<BaseDiffNode> getChildNodes()
getChildNodes in class BaseDiffNodepublic void addChild(DiffNode node)
public DiffNode getParent()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object o)
public PortableESPK getPK()
public void setApplyDiffs(boolean markForApply)
public void setApplyDiffs(boolean markForApply,
boolean descend)
public boolean isApplyDiffs()
This documentation and all its contents and graphics, copyright © 1999 - 2011 Vordel