public abstract class AbstractPlantUMLDiagramCreator<T extends org.eclipse.emf.ecore.EObject> extends java.lang.Object implements PlantUMLDiagramCreator<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.StringBuilder |
sb |
| Constructor and Description |
|---|
AbstractPlantUMLDiagramCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createDiagram(T modelObject) |
protected void |
linebreak() |
protected void |
linebreak(int amount) |
protected abstract void |
printDiagramContent(T modelObject) |
protected void |
printFooter() |
protected void |
printHeader() |
public java.lang.String createDiagram(T modelObject)
createDiagram in interface PlantUMLDiagramCreator<T extends org.eclipse.emf.ecore.EObject>protected abstract void printDiagramContent(T modelObject)
protected void printHeader()
protected void printFooter()
protected void linebreak()
protected void linebreak(int amount)