|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object th.co.edge.jseq.sdedit.SdeditTextDiagram
public class SdeditTextDiagram
An SdeditTextDiagram
is a Diagram
that can be
used to generate sequence diagrams as text files that can be read by the Quick Sequence Diagram
Editor.
Constructor Summary | |
---|---|
SdeditTextDiagram(ActivationList activationList)
Creates a new SdeditTextDiagram , using the given
ActivationList as the basis for the sequence diagram. |
Method Summary | |
---|---|
void |
save(java.io.File file)
Creates a textual description of a sequence diagram understandable by the Quick Sequence Diagram Editor, and saves it to a text file. |
java.lang.String |
toString()
Returns a string representation of this SdeditTextDiagram ,
currently in the form of comma-separated list of the root activations,
not in the same form written to a file using the
save method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SdeditTextDiagram(ActivationList activationList)
SdeditTextDiagram
, using the given
ActivationList
as the basis for the sequence diagram.
activationList
- a list of root Activation
s to use when
generating the sequence diagramMethod Detail |
---|
public void save(java.io.File file) throws java.io.IOException
save
in interface Diagram
file
- the File
to write to
java.io.IOException
- if something went wrong when creating or saving the diagrampublic java.lang.String toString()
SdeditTextDiagram
,
currently in the form of comma-separated list of the root activations,
not in the same form written to a file using the
save
method. This may change in the future.
toString
in interface Diagram
toString
in class java.lang.Object
SdeditTextDiagram
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |