public static class DictionaryComponent.Diff<T extends DictionaryComponent>
extends java.lang.Object
implements java.io.Serializable
DictionaryComponents, called this and that from different RuleDictionaries. It is also possible to apply the differences.| Modifier and Type | Method and Description |
|---|---|
void |
applyDiff()
apply the Diff - make
this the same as that |
DictionaryComponent.DiffType |
getDiffType()
Get the type of this Diff, depending on diff merge mode.
|
T |
getThat()
Get
that component |
T |
getThis()
Get
this component |
java.lang.Object |
getVersionInfo()
Get the versionInfo associated with this Diff
|
void |
removeDiff() |
public DictionaryComponent.DiffType getDiffType()
DictionaryComponent.DiffTypepublic T getThat()
that componentpublic T getThis()
this componentpublic void applyDiff()
this the same as thatpublic void removeDiff()
public java.lang.Object getVersionInfo()
RuleDictionary.diff(oracle.rules.sdk2.dictionary.RuleDictionary, java.lang.Object)