Package com.uic.ase.proj.xbn.array.primitive

Examples of com.uic.ase.proj.xbn.array.primitive.PASString.crashIfBad()


    @param  b_dupGapsAllowed  If true, then each unique gap may be duplicated any number of times.  If false, then each unique gap must only exist once.
   **/
  public OGConfig(String[] as_uniqueGapNames, int i_rqdUnqGapCount, boolean b_dupGapsAllowed)  {
    PARSStrict parss = (new PARSStrict());
    PASString pass = new PASString(as_uniqueGapNames, parss);
    pass.crashIfBad("xbn.template.OGConfig.constructor", "as_uniqueGapNames");

    aosl = (new UtilArray()).getAOSLFromAOS(as_uniqueGapNames, true);
    aps = new APString(as_uniqueGapNames, true);

    if(i_rqdUnqGapCount == ||  i_rqdUnqGapCount < -1)  {
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.