|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Diagram
A Diagram represents some form of sequence diagram that can be
written to a file.
| Method Summary | |
|---|---|
void |
save(java.io.File file)
Writes this diagram to file, using whatever native format is used by that kind of diagram: text, XML, binary, ... |
java.lang.String |
toString()
Returns a string representation of this diagram. |
| Method Detail |
|---|
void save(java.io.File file)
throws java.io.IOException
file - the File to write to
java.io.IOException - if writing to the file failedjava.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||