Examples of CRCDFileActual


Examples of com.uic.ase.proj.xbn.config.CRCDFileActual

    <P>Create a CRCFileActual with default settings.</P>

    <P>Equal to <CODE><A HREF="~JD~crc#crc(crcd)~EJD~">CRConfig</A>(new <A HREF="~JD~crcdfa#crcdfa()~EJD~">CRCDFileActual</A>())</CODE></P>
   **/
  public CRCFileActual()  {
    super(new CRCDFileActual());
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.config.CRCDFileActual

    <P>Create a CRCFileActual.</P>

    <P>Equal to <CODE><A HREF="~JD~crc#crc(crcd,crcv)~EJD~">CRConfig</A>((new <A HREF="~JD~crcdfa#crcdfa()~EJD~">CRCDFileActual</A>()), crc_variable)</CODE></P>
   **/
  public CRCFileActual(CRCVariable crc_variable)  {
    super((new CRCDFileActual()), crc_variable);
  }
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.