Package nl.talsmasoftware.umldoclet.uml
Class UmlCharacters
java.lang.Object
nl.talsmasoftware.umldoclet.uml.UMLNode
nl.talsmasoftware.umldoclet.uml.UmlCharacters
A literal piece of UML.
- Author:
- Sjoerd Talsma
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<IPW extends IndentingPrintWriter>
IPWwriteTo(IPW output) Renders this object to the given indentingoutput.Methods inherited from class nl.talsmasoftware.umldoclet.uml.UMLNode
addChild, findParent, getChildren, getChildren, getConfiguration, getParent, removeChildren, setParent, toString, writeChildrenTo
-
Field Details
-
EMPTY
-
NEWLINE
-
-
Method Details
-
writeTo
Description copied from class:UMLNodeRenders this object to the given indentingoutput.
-