Examples of PARIElement


Examples of com.uic.ase.proj.xbn.array.primitive.PARIElement

    <P>Create an PARIStrict.</P>

    <P>Equal to <CODE><A HREF="~JD~paris(pardnls,parod,parie)~EJD~">PARIStrict</A>(pardnl_strict, par_orderDir, (new PAROrderDir()))</CODE></P>
   **/
  public PARIStrict(PARDNLStrict pardnl_strict, PAROrderDir par_orderDir)  {
    this(pardnl_strict, par_orderDir, (new PARIElement()));
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.primitive.PARIElement

    /**
      <P>Get a full (deep) copy of this PARIElement as an Object.</P>
     **/
    protected final Object clone() throws CloneNotSupportedException  {
      return new PARIElement(rc, aiIllegal, apiIllegal);
    }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.primitive.PARIElement

    <P>Create a PARInt.</P>

    <P>Equal to <CODE><A HREF="~JD~pari(pardnl,parod,parie)~EJD~">PARInt</A>(par_dupNullLen, par_orderDir, (new <A HREF="~JD~parie#parie()~EJD~">PARIElement</A>()))</CODE></P>
   **/
  public PARInt(PARDupNullLen par_dupNullLen, PAROrderDir par_orderDir)  {
    this(par_dupNullLen, par_orderDir, (new PARIElement()));
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.primitive.PARIElement

    <P>Create an PARIGoodUnq.</P>

    <P>Equal to <CODE><A HREF="~JD~parigu(pardnlgu,parod,parie)~EJD~">PARIGoodUnq</A>(pardnl_goodUnq, par_orderDir, (new <A HREF="~JD~parie#parie()~EJD~">PARIElement</A>()))</CODE></P>
   **/
  public PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq, PAROrderDir par_orderDir)  {
    this(pardnl_goodUnq, par_orderDir, (new PARIElement()));
  }
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.