|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphAttributes
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 |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |