public class Graph
extends java.lang.Object
| Constructor and Description |
|---|
Graph(javax.servlet.http.HttpServletResponse response,
boolean brief) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finishSubGraph(java.lang.String teamName) |
void |
newLine() |
void |
startSubGraph(int c) |
void |
writeLink(java.lang.String serviceA,
java.lang.String serviceB) |
void |
writeService(Service service,
java.lang.String shape) |
public Graph(javax.servlet.http.HttpServletResponse response,
boolean brief)
throws java.io.IOException
java.io.IOExceptionpublic void startSubGraph(int c)
throws java.io.IOException
java.io.IOExceptionpublic void finishSubGraph(java.lang.String teamName)
throws java.io.IOException
java.io.IOExceptionpublic void newLine()
throws java.io.IOException
java.io.IOExceptionpublic void writeService(Service service, java.lang.String shape) throws java.io.IOException
java.io.IOExceptionpublic void writeLink(java.lang.String serviceA,
java.lang.String serviceB)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2016 Richard Thurston. All Rights Reserved.