Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphChangeSet<VID> |
GraphChangeSet.setInvalidChangePolicy(OnInvalidChange invalidChangePolicy)
Sets the policy on what to do when an invalid action is added
|
GraphChangeSet<VID> |
GraphChangeSetImpl.setInvalidChangePolicy(OnInvalidChange invalidChangePolicy) |
Modifier and Type | Method and Description |
---|---|
static OnInvalidChange |
OnInvalidChange.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnInvalidChange[] |
OnInvalidChange.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.