Package nl.talsmasoftware.umldoclet.uml
Class Parameters
java.lang.Object
nl.talsmasoftware.umldoclet.uml.UMLNode
nl.talsmasoftware.umldoclet.uml.Parameters
- Author:
- Sjoerd Talsma
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvarargs(boolean varargs) <IPW extends IndentingPrintWriter>
IPWwriteChildrenTo(IPW output) Helper method to write all children to the specified output.<IPW extends IndentingPrintWriter>
IPWwriteTo(IPW output) Renders this object to the given indentingoutput.Methods inherited from class nl.talsmasoftware.umldoclet.uml.UMLNode
findParent, getChildren, getChildren, getConfiguration, getParent, removeChildren, setParent, toString
-
Constructor Details
-
Parameters
-
-
Method Details
-
addChild
-
add
-
varargs
-
writeTo
Description copied from class:UMLNodeRenders this object to the given indentingoutput. -
writeChildrenTo
Description copied from class:UMLNodeHelper method to write all children to the specified output.- Overrides:
writeChildrenToin classUMLNode- Type Parameters:
IPW- The subclass of indenting print writer being written to.- Parameters:
output- The output to write the children to.- Returns:
- A reference to the output for method chaining purposes.
-