utils
Class ASGExplore
java.lang.Object
utils.ASGExplore
public class ASGExplore
- extends java.lang.Object
Field Summary |
(package private) static int |
indent
|
private static java.lang.String[] |
indents
|
private static int |
MAX_INDENT
|
(package private) static java.io.PrintStream |
out
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
static java.io.PrintStream out
indent
static int indent
MAX_INDENT
private static final int MAX_INDENT
- See Also:
- Constant Field Values
indents
private static final java.lang.String[] indents
ASGExplore
public ASGExplore()
printIndent
private static void printIndent()
print
public static void print(ASG g)
throws java.lang.Exception
- Throws:
java.lang.Exception
print
public static void print(Cell c)
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception