@groovy.transform.CompileStatic class Delta extends java.lang.Object
This class records information about the delta (difference) between two n-cubes. It allows a level of determinism regarding the difference that could not be obtain with purely textual differences.
Modifiers | Name | Description |
---|---|---|
enum |
Delta.Location |
|
enum |
Delta.Type |
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
desc |
|
private java.lang.Object[] |
destList |
|
private java.lang.Object |
destVal |
|
private Delta.Location |
loc |
|
private java.lang.Object |
locId |
|
private java.lang.Object[] |
sourceList |
|
private java.lang.Object |
sourceVal |
|
private Delta.Type |
type |
Constructor and description |
---|
Delta
(Delta.Location location, Delta.Type type, java.lang.String description, java.lang.Object locId, java.lang.Object sourceVal, java.lang.Object destVal, java.lang.Object[] sourceList, java.lang.Object[] destList) |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
compareTo(java.lang.Object other) |
|
boolean |
equals(java.lang.Object other) |
|
java.lang.String |
getDescription() |
|
java.lang.Object |
getDestVal() |
|
java.lang.Object |
getLocId() |
|
Delta.Location |
getLocation() |
|
java.lang.Object |
getSourceVal() |
|
Delta.Type |
getType() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
null |
Delta |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
Delta |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
Delta[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
null |
Delta[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Returns the enum constant of this type with the specified name.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in the order they are declared.
Returns an array containing the constants of this enum type, in the order they are declared.