Examples of CSVInstance


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

  }
 
  @Override
  @SuppressWarnings("unchecked")
  public <S extends ssv.interaction.model.InstanceDelegate> S createInteractionDiagramInstance(Instance modelInstance) {
    CSVInstance instance = new CSVInstance();
    instance.setModelInstance(modelInstance);
    return (S) instance;
  }
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.