| Package | Description |
|---|---|
| org.jabsaw.impl | |
| org.jabsaw.impl.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectModel |
ClassParser.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphizPrinter.print(ProjectModel project,
File f,
boolean includeClasses)
Print the given
ProjectModel as Graphviz .dot file to the given
file |
void |
GraphizPrinter.print(ProjectModel project,
Writer w)
Print the given
ProjectModel as Graphviz .dot file to the given
writer |
void |
GraphizPrinter.print(ProjectModel project,
Writer w,
boolean includeClasses)
Print the given
ProjectModel as Graphviz .dot file to the given
writer. |
| Modifier and Type | Method and Description |
|---|---|
ProjectModel |
ModuleModel.getProjectModel() |
ProjectModel |
ClassModel.getProjectModel() |
| Constructor and Description |
|---|
ClassModel(ProjectModel projectModel,
String qualifiedName) |
ModuleModel(ProjectModel projectModel,
String qualifiedNameOfRepresentingClass) |
Copyright © 2014 Ruedi Steinmann. All rights reserved.