Package ssv.interaction.diagram

Examples of ssv.interaction.diagram.InteractionDiagramFileWriter


      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);
    }
    // TODO: verify
    diagramModel = diagramFactory.createInteractionDiagramModel();      
      //new InteractionDiagramModel<SVGInteraction, SVGInstance>(
      //diagramFactory);
View Full Code Here

TOP

Related Classes of ssv.interaction.diagram.InteractionDiagramFileWriter

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.