|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DotPanel.DotJob | |
---|---|
ucot.ui.gui.dot |
Uses of DotPanel.DotJob in ucot.ui.gui.dot |
---|
Fields in ucot.ui.gui.dot with type parameters of type DotPanel.DotJob | |
---|---|
private static java.util.Stack<DotPanel.DotJob> |
DotPanel.dotJobStack
|
Methods in ucot.ui.gui.dot with parameters of type DotPanel.DotJob | |
---|---|
private java.io.File |
DotPanel.createDotFile(DotPanel.DotJob job)
Writes the analyze model to an external file in dot syntax. |
private void |
DotPanel.mapCurrentModel(DotPanel.DotJob job)
Method for mapping the current analyze model. |
private void |
DotPanel.mapHighlightRequest(DotPanel.DotJob job,
boolean drawNewElements)
Method for mapping the submodel for highlight request. |
private void |
DotPanel.updateModel(DotPanel.DotJob job)
Method for updating the model. |
private void |
DotPanel.writeEntities(DotPanel.DotJob job,
java.io.BufferedWriter writer)
Method for writing all entities to the dot file with all their attribute, method and parent relationships. |
private void |
DotPanel.writeEntityAttributes(DotPanel.DotJob job,
java.io.BufferedWriter writer,
java.lang.String entity)
Method for writing the attributes of one entity to the dot file. |
private void |
DotPanel.writeEntityMethods(DotPanel.DotJob job,
java.io.BufferedWriter writer,
java.lang.String entity)
Method for writing the methods of one entity to the dot file. |
private void |
DotPanel.writeEntityParents(DotPanel.DotJob job,
java.io.BufferedWriter writer,
java.lang.String entity)
Method for writing the parents of one entity to the dot file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |