|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attributes of a graph. The following properties can be accessed with this interface:
Method Summary | |
Vertex[] |
getBestFragmenters()
Returns those vertices of a StrongComponent where 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. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public int getGirth()
public int getRadius()
public int getDiameter()
public Vertex[] getCenterVertices()
public int[] getEccentricities()
StrongComponent
.
public int[] getMaximumFragmentSizes()
StrongComponent
.
public int getBestFragmentSize()
public Vertex[] getBestFragmenters()
StrongComponent
where the maximum
fragment size is equal to the best fragment size.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |