|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.model.ModelDump
public class ModelDump
Model dump
Constructor Summary | |
---|---|
ModelDump()
|
Method Summary | |
---|---|
static java.lang.String |
toString(INode thisNode,
int thisLevel)
Stringify node and children |
static java.lang.String |
toString(java.lang.Integer thisStyle)
Stringify style |
static java.lang.String |
toString(java.util.List<IEdge> thisEdgeList)
Stringify edge list |
static java.lang.String |
toString(Settings theseSettings)
Stringify settings |
static java.lang.String |
toString(Tree thisTree)
Stringify tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelDump()
Method Detail |
---|
public static java.lang.String toString(Tree thisTree)
thisTree
- tree
public static java.lang.String toString(INode thisNode, int thisLevel)
thisNode
- nodethisLevel
- level
public static java.lang.String toString(java.util.List<IEdge> thisEdgeList)
thisEdgeList
- edge list
public static java.lang.String toString(Settings theseSettings)
theseSettings
- settings
public static java.lang.String toString(java.lang.Integer thisStyle)
thisStyle
- style
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |