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 Stringprotected Stringprotected Stringprotected Stringprotected Stringrender(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 theStrongComponentshould have to be rendered.
 
 - 
 - 
Method Details
- 
getStrongComponentElementName
 - 
getNodesElementName
 - 
getNodeElementName
 - 
getCenterNodesElementName
 - 
getBestFragmentersElementName
 - 
render
Description copied from interface:StrongComponentRendererRenderes the specifiedStrongComponent. 
 -