| Package | Description |
|---|---|
| org.pistoiaalliance.helm.HELMSimilarityLibrary.utils |
| Modifier and Type | Field and Description |
|---|---|
List<Vertex> |
Graph.vertices |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
Vertex.getNeighbourList() |
List<Vertex> |
Graph.getVertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.addBothNeighbours(Vertex vertex) |
void |
Vertex.addNeighbour(Vertex vertex) |
boolean |
Vertex.equals(Vertex otherVertex) |
void |
Vertex.setParent(Vertex parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.setNeighbourList(List<Vertex> neighbourList) |
| Constructor and Description |
|---|
Vertex(Vertex vertex) |
Vertex(Vertex vertex,
Vertex.Type monomerType) |
| Constructor and Description |
|---|
Graph(List<Vertex> vertices) |
Copyright © 2018. All rights reserved.