public interface GraphAttributes extends Attributes
| Modifier and Type | Method and Description | 
|---|---|
| Vertex[] | getBestFragmenters()Returns those vertices of a  StrongComponentwhere the maximum
 fragment size is equal to the best fragment size. | 
| int | getBestFragmentSize()Returns the best fragment size. | 
| Vertex[] | getCenterVertices()Returns the vertices of the center. | 
| int | getDiameter()Returns the diameter. | 
| int[] | getEccentricities()Returns the eccentricies of all vertices of a  StrongComponent. | 
| int | getGirth()Returns the girth. | 
| int[] | getMaximumFragmentSizes()Returns the maximum fragment sizes of all vertices of 
 a  StrongComponent. | 
| int | getRadius()Returns the radius. | 
int getGirth()
int getRadius()
int getDiameter()
Vertex[] getCenterVertices()
int[] getEccentricities()
StrongComponent.int[] getMaximumFragmentSizes()
StrongComponent.int getBestFragmentSize()
Vertex[] getBestFragmenters()
StrongComponent where the maximum
 fragment size is equal to the best fragment size.