public enum DIFF_TYPES extends Enum<DIFF_TYPES>
SDocumentGraph objects.| Enum Constant and Description |
|---|
ID_DIFFERING
the ids of the compared objects differ
|
LABEL_MISSING
one of the compared objects contains a label, which is missing for the
other one
|
LABEL_NAME_DIFFERING
the compared labels differ in their name
|
LABEL_NAMESPACES_DIFFERING
the compared labels differ in their namespace
|
LABEL_VALUE_DIFFERING
the compared labels differ in their value
|
LAYER_DIFFERING
the compared layers differ in their name, the number of nodes or the
number of relations
|
LAYER_MISSING
one of the compared graphs contains a layer that is missing for the other
one
|
NODE_DIFFERING
the compared nodes differ in for instance their labels
|
NODE_MISSING
one of the compared graphs contains a node that is missing for the other
one
|
NODE_NAME_DIFFERING
the compared nodes differ in their name
|
RELATION_DIFFERING
the compared relations differ in for instance their labels
|
RELATION_MISSING
one of the compared graphs contains a relation that is missing for the
other one
|
RELATION_NAME_DIFFERING
the compared relations differ in their name
|
RELATION_TYPE_DIFFERING
the compared relations differ in their type
|
| Modifier and Type | Method and Description |
|---|---|
static DIFF_TYPES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DIFF_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DIFF_TYPES LABEL_MISSING
public static final DIFF_TYPES LABEL_NAMESPACES_DIFFERING
public static final DIFF_TYPES LABEL_NAME_DIFFERING
public static final DIFF_TYPES LABEL_VALUE_DIFFERING
public static final DIFF_TYPES ID_DIFFERING
public static final DIFF_TYPES NODE_MISSING
public static final DIFF_TYPES NODE_NAME_DIFFERING
public static final DIFF_TYPES NODE_DIFFERING
public static final DIFF_TYPES RELATION_MISSING
public static final DIFF_TYPES RELATION_DIFFERING
public static final DIFF_TYPES RELATION_TYPE_DIFFERING
public static final DIFF_TYPES RELATION_NAME_DIFFERING
public static final DIFF_TYPES LAYER_MISSING
public static final DIFF_TYPES LAYER_DIFFERING
public static DIFF_TYPES[] values()
for (DIFF_TYPES c : DIFF_TYPES.values()) System.out.println(c);
public static DIFF_TYPES valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.