| Package | Description | 
|---|---|
| oracle.javatools.compare | 
 Contains classes and interfaces for compare / merge components, including diff algorithms,
model classes and some view implementations. 
 | 
| oracle.javatools.compare.view | |
| oracle.javatools.compare.view.wedge | 
| Modifier and Type | Method and Description | 
|---|---|
static CompareViewBias | 
CompareViewBias.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static CompareViewBias[] | 
CompareViewBias.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CompareView | 
CompareViewFactory.createCompareView(CompareModel model,
                 CompareViewBias bias)
Create a compare view suitable for displaying the specified model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected CompareViewBias | 
BaseCompareView.getBias()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
CompareViewUtil.isAddition(oracle.javatools.compare.algorithm.BaseCompareDifference difference,
          ContributorKind firstContributor,
          ContributorKind secondContributor,
          CompareViewBias bias)
Utility that determines whether this difference block represents a logical
 addition between the specified two contributors. 
 | 
static boolean | 
CompareViewUtil.isRemoval(oracle.javatools.compare.algorithm.BaseCompareDifference difference,
         ContributorKind firstContributor,
         ContributorKind secondContributor,
         CompareViewBias bias)
Utility that determines whether this difference block represents a logical
 removal between the specified two contributors. 
 | 
| Constructor and Description | 
|---|
BaseCompareView(CompareMode compareMode,
               CompareViewBias compareViewBias)  | 
SequenceCompareView(CompareMode compareMode,
                   CompareViewBias compareViewBias)  | 
| Constructor and Description | 
|---|
WedgeCompareView(CompareMode mode,
                CompareViewBias bias)  |