|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttom.library.utils.Viewer
public class Viewer
Provide tools to view terms, with a graphical browser or with GraphViz.
| Nested Class Summary | |
|---|---|
static class |
Viewer.RemoveMu
|
| Constructor Summary | |
|---|---|
Viewer()
|
|
| Method Summary | |
|---|---|
static void |
display(Visitable vv)
Give a GUI display to visualize a visitable term |
static void |
toDot(Visitable v)
Give a dot representation of a visitable term on the standard output stream |
static void |
toDot(Visitable v,
Writer w)
Give a dot representation of a visitable term on the writer stream |
static void |
toTree(Visitable v)
Give a pstree-like representation of a visitable term on the standard output stream |
static void |
toTree(Visitable v,
Writer w)
Give a pstree-like representation of a visitable term on the writer stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Viewer()
| Method Detail |
|---|
public static void toDot(Visitable v,
Writer w)
throws IOException
v - the visitable term to visualizew - the writer stream
RuntimeException - in case of visit failure
IOExceptionpublic static void toDot(Visitable v)
v - the visitable term to visualize
RuntimeException - in case of visit failurepublic static void display(Visitable vv)
vv - the visitable term to visualizepublic static void toTree(Visitable v)
v - the visitable term to visualize
RuntimeException - in case of visit failure
public static void toTree(Visitable v,
Writer w)
throws IOException
v - the visitable term to visualizew - the writer stream
RuntimeException - in case of visit failure
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||