| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the Java APIs of PGX.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Scalar<T> |
PgxGraph.createScalar(PropertyType type)
Blocking version of
#createScalarAsync(). |
<T> Scalar<T> |
PgxGraph.createScalar(PropertyType type, String newScalarName)
Blocking version of
#createScalarAsync(). |
<ID extends Comparable<ID>> |
Analyst.partitionModularity(PgxGraph graph, Partition<ID> components)
Blocking version of
#partitionModularityAsync(). |
| Modifier and Type | Method and Description |
|---|---|
<T> PgxFuture<Scalar<T>> |
PgxGraph.createScalarAsync(PropertyType type)
Creates a new Scalar.
|
<T> PgxFuture<Scalar<T>> |
PgxGraph.createScalarAsync(PropertyType type, String newScalarName)
Create a session-bound scalar.
|
<ID extends Comparable<ID>> |
Analyst.partitionConductance(PgxGraph graph, Partition<ID> components)
Blocking version of
#partitionConductanceAsync(). |
<ID extends Comparable<ID>> |
Analyst.partitionConductance(PgxGraph graph, Partition<ID> components)
Blocking version of
#partitionConductanceAsync(). |
<ID extends Comparable<ID>> |
Analyst.partitionConductanceAsync(PgxGraph graph, Partition<ID> partition)
Compute the conductance of a partition.
|
<ID extends Comparable<ID>> |
Analyst.partitionConductanceAsync(PgxGraph graph, Partition<ID> partition)
Compute the conductance of a partition.
|
<ID extends Comparable<ID>> |
Analyst.partitionModularityAsync(PgxGraph graph, Partition<ID> partition)
Compute the modularity of a partition.
|
Copyright © 2015. All rights reserved.