UML::Sequence::JavaSeq

UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs.
Download

UML::Sequence::JavaSeq Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Philip Crow
  • Publisher web site:
  • http://search.cpan.org/~philcrow/UML-Sequence-0.07/lib/UML/Sequence/JavaSeq.pm

UML::Sequence::JavaSeq Tags


UML::Sequence::JavaSeq Description

UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs. UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs.SYNOPSIS genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello > Hello.xml seq2svg.pl Hello.xml > Hello.svgOR genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello | seq2svg.pl > Hello.svgThis file depends on UML::Sequence::SimpleSeq and a Java tool called Seq.java. The later produces an outline of the calls to methods named in Hello.methods. The former provides methods UML::Sequence needs to produce an xml sequence. Look in the provided Hello.methods to see what options you have for controlling output.For this class to work, you must have Seq.class (and its friends) and tools.jar (the one containing the the jpda) in your class path. Your jpda must be happy. (The jpda is the Java Platform Debugger Architecture. It ships with java 1.3.)grab_outline_textCall this method through the class name with the method file, the class you want to sequence, and any arguments that class's main method needs. Returns an outline you can pass to UML::Sequence::SimpleSeq->grab_methods and to the UML::Sequence constructor. Requirements: · Perl


UML::Sequence::JavaSeq Related Software