Class Child
java.lang.Object
ch.stegmaier.java2tex.core.BaseCommand<X>
ch.stegmaier.java2tex.core.GenericCommand<Child>
ch.stegmaier.java2tex.genealogytree.impl.graphgrammar.Child
- All Implemented Interfaces:
GraphElement
A child subgraph is a family where the g node acts as a parent.
This family may have arbitrary child and parent leaves.
Also, this family may have arbitrary child and union subgraphs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNode(GraphElement element) option()voidsetIndent(int indent) voidvalidate()Methods inherited from class ch.stegmaier.java2tex.core.GenericCommand
append, append, append, append, appendNewLine, argument, argument, argument, argument, arguments, autoNewline, buildMandatory, buildName, buildOptional, clear, emptyArgs, getConfigValue, getConfigValue, getContent, noFormat, noPrefix, option, option, option, star, toStringMethods inherited from class ch.stegmaier.java2tex.core.BaseCommand
getCommand, getThis
-
Constructor Details
-
Child
public Child()
-
-
Method Details
-
setIndent
public void setIndent(int indent) - Specified by:
setIndentin interfaceGraphElement
-
addNode
-
validate
public void validate()- Overrides:
validatein classch.stegmaier.java2tex.core.GenericCommand<Child>
-
option
- Overrides:
optionin classch.stegmaier.java2tex.core.GenericCommand<Child>
-