Examples of CSVInteraction


Examples of ssv.interaction.diagram.view.csv.CSVInteraction

  @Override
  @SuppressWarnings("unchecked")
  public <T extends InteractionDelegate, S extends InstanceDelegate> T createInteractionDiagramInteraction(
      InteractionDiagramModel<T, S> interactionDiagramModel, Interaction modelInteraction) {
   
    CSVInteraction interaction = new CSVInteraction();   
    interaction.setInteractionDiagramModel(interactionDiagramModel);
    interaction.setModelInteraction(modelInteraction);
   
    return (T) interaction;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.