Examples of addSourceSegmentList()


Examples of net.sourceforge.align.coretypes.Alignment.addSourceSegmentList()

   * @return singleton alignment list
   */
  public static List<Alignment> alignManyToZero(
      List<String> sourceSegmentList) {
    Alignment alignment = new Alignment();
    alignment.addSourceSegmentList(sourceSegmentList);
    return Collections.singletonList(alignment);
  }

  /**
   * Creates alignment list containing one alignment. This alignment
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.