public class PlainHandler extends BasicHandler implements OutputHandler
BasicHandler.ApplElemComparator
Constructor and Description |
---|
PlainHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
generateGraph(java.io.PrintStream out,
ApplicationElement[] arr,
java.util.HashMap store,
DOTConfiguration config) |
void |
generateGraph(java.io.PrintStream out,
ApplicationStructure asObj,
DOTConfiguration config)
Generate the ods structure information into the given print stream.
|
java.lang.String |
getDescription()
Get the description of the handler.
|
generateCluster, generateNodes, getClusterName, getLevelDeep, getLevelDeep, printStatement, toString, writeRank, writeRank
public java.lang.String getDescription()
getDescription
in interface OutputHandler
public void generateGraph(java.io.PrintStream out, ApplicationStructure asObj, DOTConfiguration config) throws java.io.IOException, AoException
generateGraph
in interface OutputHandler
java.io.IOException
AoException
protected void generateGraph(java.io.PrintStream out, ApplicationElement[] arr, java.util.HashMap store, DOTConfiguration config) throws java.io.IOException, AoException
java.io.IOException
AoException