Package | Description |
---|---|
com.tietoenator.trip.jxp.graph |
[EXPERIMENTAL] Graph database querying and manipulation.
|
Modifier and Type | Method and Description |
---|---|
static TdbGraphNotificationType |
TdbGraphNotificationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbGraphNotificationType[] |
TdbGraphNotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TdbGraph.getNotificationType(TdbGraphNotificationType type)
Returns true if the notification detail type is enabled and false if it
is disabled.
|
void |
TdbGraph.setNotificationType(TdbGraphNotificationType type,
boolean enable)
Enable or disable graph analysis notification detail type.
|