| Class | Description |
|---|---|
| Graph |
Graph class is a data model for a moleculeGraph with vertices.
|
| MoleculeGraphUtils |
MoleculeGraphUtils class implements a moleculeGraph of type Graph with a list of
vertices and edges between vertices that are represented by neighbors for
each vertex.
|
| MyBitSet |
MyBitSet class extends java.util.BitSet to create a list from a string of
integers that represent the bits that are set and create a java.util.BitSet
from the list of set bits.
|
| Vertex |
Vertex class is a data model for a vertex in a Graph.
|
| Enum | Description |
|---|---|
| Vertex.Type |
Copyright © 2018. All rights reserved.