Package classycle.renderer
Class XMLStrongComponentRenderer
java.lang.Object
classycle.renderer.AbstractStrongComponentRenderer
classycle.renderer.XMLStrongComponentRenderer
- All Implemented Interfaces:
StrongComponentRenderer
- Direct Known Subclasses:
XMLPackageStrongComponentRenderer
XML renderer of a
StrongComponent
.- Author:
- Franz-Josef Elmer
-
Constructor Summary
ConstructorsConstructorDescriptionXMLStrongComponentRenderer
(int minimumSize) Creates an instance for the specified minimum number vertices. -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
protected String
protected String
protected String
render
(StrongComponent component) Renderes the specifiedStrongComponent
.Methods inherited from class classycle.renderer.AbstractStrongComponentRenderer
createName
-
Constructor Details
-
XMLStrongComponentRenderer
public XMLStrongComponentRenderer(int minimumSize) Creates an instance for the specified minimum number vertices.- Parameters:
minimumSize
- Minimum number of vertices theStrongComponent
should have to be rendered.
-
-
Method Details
-
getStrongComponentElementName
-
getNodesElementName
-
getNodeElementName
-
getCenterNodesElementName
-
getBestFragmentersElementName
-
render
Description copied from interface:StrongComponentRenderer
Renderes the specifiedStrongComponent
.
-