|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.man.cs.mig.util.graph.layout.dotlayoutengine.DotProcess
public class DotProcess
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jan 16, 2004
| Constructor Summary | |
|---|---|
DotProcess()
Contructs a DotProcess, and starts
the native dot process. |
|
| Method Summary | |
|---|---|
protected void |
killProcess()
Kills the native dot process (if it was started successfully). |
boolean |
startProcess(String fileName)
Lays out a graph using the dot application |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DotProcess()
DotProcess, and starts
the native dot process. Using the default process
path for the particular platfrom being used.
| Method Detail |
|---|
public boolean startProcess(String fileName)
fileName - A file that acts as a 'scratch pad'
The graph is read from this file, and then export
to the same file in attributed dot format.
true if the process completed without
any errors, or false if the process did not
complete.protected void killProcess()
|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||