Package ssv.interaction.diagram

Examples of ssv.interaction.diagram.InteractionDiagram


  @SuppressWarnings("unchecked")
  public void onSequenceEnd() {
    if (diagramModel.getInteractions().size() < 3) {
      System.out.println("All interactions filtered for path: " + fileNumber);
    } else {
      InteractionDiagram diagram = diagramFactory
          .createInteractionDiagram(diagramModel, instanceFilter,
              interactionFilter);
      InteractionDiagramFileWriter writer = diagramFactory
          .createInteractionDiagramFileWriter();
      writer.write(getFileName(writer), diagram);
View Full Code Here

TOP

Related Classes of ssv.interaction.diagram.InteractionDiagram

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.