| Package | Description |
|---|---|
| com.sharethis.textrank |
| Modifier and Type | Field and Description |
|---|---|
protected Node[] |
Graph.node_list
Protected members.
|
Node[] |
Sentence.node_list |
| Modifier and Type | Field and Description |
|---|---|
Set<Node> |
Node.edges
Public members.
|
Set<Node> |
NGram.nodes
Public members.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.buildNode(Graph graph,
String key,
NodeValue value)
Factory method.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Node.compareTo(Node that)
Compare method for sort ordering.
|
void |
Node.connect(Node that)
Connect two nodes with a bi-directional arc in the graph.
|
void |
Node.disconnect(Node that)
Disconnect two nodes removing their bi-directional arc in the graph.
|
Copyright © 2017. All rights reserved.