jmatlink-commitlog Mailing List for JMatLink (Page 3)
Brought to you by:
st_mueller
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(42) |
Jul
(25) |
Aug
(1) |
Sep
|
Oct
(46) |
Nov
(35) |
Dec
(22) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(14) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Stefan M. <st_...@us...> - 2005-11-06 17:31:46
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11161 Modified Files: ToDo.txt Log Message: Index: ToDo.txt =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/ToDo.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** ToDo.txt 2 Nov 2005 18:55:18 -0000 1.23 --- ToDo.txt 6 Nov 2005 17:31:32 -0000 1.24 *************** *** 1,8 **** ############# things to do ################## ! 2005/11/02 stefan cleanup residues of engGetCharArray ! 2005/10/29 stefan provide makefiles for Linux 2005/10/23 stefan include a mechanism to get images (e.g. jpegs) from matlab into jmatlink. e.g. is there something linke getTempDir()?? 2005/10/09 stefan add a version string to JMatLink.java or c in order to indentify the current version. 2005/10/09 Ali KIZIL Using startup commands at Windows, just like in Linux. --- 1,11 ---- ############# things to do ################## ! 2005/11/06 stefan the getFigure() method leaves begind some jpeg images (only ! sometimes). Maybe clean images at termination of JMatLink. ! 2005/10/23 stefan include a mechanism to get images (e.g. jpegs) from matlab into jmatlink. e.g. is there something linke getTempDir()?? + + 2005/10/29 stefan provide makefiles for Linux 2005/10/09 stefan add a version string to JMatLink.java or c in order to indentify the current version. 2005/10/09 Ali KIZIL Using startup commands at Windows, just like in Linux. *************** *** 17,31 **** 2005/05/26 stefan introduce new methods engGetRowVector() 2005/05/26 stefan introduce new methods engGetColumnVector() - 2005/06/26 stefan programms using JMatLink sometimes do not terminate. This is due - to the JMatLink thread which keeps running until jmatlink.kill() - is called. - Possible solution: start and kill the jmatlink thread when the - first connection to the engine is created (engOpen()) and kill - thread when the last engine is closed (engClose() o engCloseAll()) 2005/06/05 stefan return more than double arrays. e.g. int, long, boolean. Therefor a class called Array.java is necessary which can contain all different types of Matlab's data types - 2005/05/25 stefan provide new names for engine functions engPutVariable()... - since engPutArray is obsolete 2005/05/25 stefan provide wrappers for old engine functions 2005/05/24 stefan check if all methods return useful data and don't --- 20,26 ---- *************** *** 45,53 **** 2005/05/23 stefan check if #define V5_COMPAT in JMatLink.c can be omitted 2005/05/22 stefan support for complex numbers - 2005/05/17 keith Handle concurrency issues. - 2005/05/17 keith Build scripts **** solved issues **** 2005/05/17 keith Clean up the method names (both to make them fit the Sun Java recommendations and to make somewhat more intuitive sense to your --- 40,57 ---- 2005/05/23 stefan check if #define V5_COMPAT in JMatLink.c can be omitted 2005/05/22 stefan support for complex numbers **** solved issues **** + 2005/05/17 keith Handle concurrency issues. + 2005/05/17 keith Build scripts + 2005/05/25 stefan provide new names for engine functions engPutVariable()... + since engPutArray is obsolete + 2005/06/26 stefan programms using JMatLink sometimes do not terminate. This is due + to the JMatLink thread which keeps running until jmatlink.kill() + is called. + Possible solution: start and kill the jmatlink thread when the + first connection to the engine is created (engOpen()) and kill + thread when the last engine is closed (engClose() o engCloseAll()) + 2005/11/02 stefan cleanup residues of engGetCharArray 2005/05/17 keith Clean up the method names (both to make them fit the Sun Java recommendations and to make somewhat more intuitive sense to your |
|
From: Stefan M. <st_...@us...> - 2005-11-06 17:30:27
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10947 Modified Files: ChangeLog.txt Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/ChangeLog.txt,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** ChangeLog.txt 2 Nov 2005 19:39:27 -0000 1.44 --- ChangeLog.txt 6 Nov 2005 17:30:17 -0000 1.45 *************** *** 8,11 **** --- 8,17 ---- release of JMatLink 1.2.x 2005/11/ + 2005/11/ + 2005/11/ + 2005/11/06 stefan changed SimpleTestGui.java added support for getFigure() + 2005/11/06 stefan changed JMatLink.java and added a method + Image getFigure(int figure, int dy, int dx) + in order to return an image of a Matlab figure release of JMatLink 1.2.0 |
|
From: Stefan M. <st_...@us...> - 2005-11-04 19:20:23
|
Update of /cvsroot/jmatlink/jmatlink/src/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29958/src/jmatlink Modified Files: CoreJMatLink.java Log Message: removed lots of comments from the code Index: CoreJMatLink.java =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/CoreJMatLink.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** CoreJMatLink.java 2 Nov 2005 19:01:46 -0000 1.15 --- CoreJMatLink.java 4 Nov 2005 19:20:15 -0000 1.16 *************** *** 120,124 **** private native double engGetScalarNATIVE (long epL, String nameS ); private native double[][] engGetVariableNATIVE (long epL, String nameS ); - //private native String[] engGetCharArrayNATIVE (long epL, String nameS ); private native void engPutVariableNATIVE (long epL, String matrixS, double[][] valuesDD); --- 120,123 ---- *************** *** 173,179 **** public CoreJMatLink() { if (debugB) System.out.println("JMatLink constructor"); ! //runner = new Thread(this); ! //runner.start(); ! } /** this restarts the engine thread --- 172,176 ---- public CoreJMatLink() { if (debugB) System.out.println("JMatLink constructor"); ! } /** this restarts the engine thread *************** *** 551,556 **** /** Get an array from MATLAB's workspace. ! * ! */ public synchronized double[][] engGetVariable(String arrayS ) { --- 548,554 ---- /** Get an array from MATLAB's workspace. ! * ! * @param ! */ public synchronized double[][] engGetVariable(String arrayS ) { *************** *** 559,562 **** --- 557,562 ---- /** Get an array from a specified instance/workspace of MATLAB. + * @param + * @param */ public synchronized double[][] engGetVariable(long epL, String arrayS ) *************** *** 579,606 **** return engGetVariableD; } ! ! /** Get an 'char' array (string) from MATLAB's workspace. ! */ ! // public synchronized String[] engGetCharArray(String arrayS) ! //{ ! // // convert to double array ! // engEvalString( "engGetCharArrayD=double(" + arrayS +")" ); ! // ! // // get double array ! // double[][] arrayD = engGetVariable("engGetCharArrayD"); ! // ! // // delete temporary double array ! // engEvalString("clear engGetCharArrayD"); ! // ! // // If array "engGetCharArrayD" does not exist in MATLAB's workspace ! // // immediately return null ! // if (arrayD == null) return null; ! // ! // // convert double back to char ! // return double2String( arrayD ); ! //} ! /** Put an array (2 dimensional) into MATLAB's workspace. */ public synchronized void engPutVariable( String arrayS, double[][] valuesDD ) --- 579,587 ---- return engGetVariableD; } ! /** Put an array (2 dimensional) into MATLAB's workspace. + * @param + * @param */ public synchronized void engPutVariable( String arrayS, double[][] valuesDD ) *************** *** 611,617 **** /** Put an array (2 dimensional) into a specified instance/workspace of ! * MATLAB. ! * ! */ public synchronized void engPutVariable(long epL, String arrayS, double[][] valuesDD) { --- 592,601 ---- /** Put an array (2 dimensional) into a specified instance/workspace of ! * MATLAB. ! * ! * @param ! * @param ! * @param ! */ public synchronized void engPutVariable(long epL, String arrayS, double[][] valuesDD) { *************** *** 636,641 **** /** Return the outputs of previous commands from MATLAB's workspace. ! * ! */ public synchronized int engOutputBuffer( ) { --- 620,626 ---- /** Return the outputs of previous commands from MATLAB's workspace. ! * ! * @return ! */ public synchronized int engOutputBuffer( ) { *************** *** 647,653 **** /** Return the ouputs of previous commands in MATLAB's workspace. ! * ! * ! */ public synchronized int engOutputBuffer( long epL, int buflenI ) { --- 632,641 ---- /** Return the ouputs of previous commands in MATLAB's workspace. ! * ! * ! * @param ! * @param ! * @return ! */ public synchronized int engOutputBuffer( long epL, int buflenI ) { *************** *** 682,685 **** --- 670,675 ---- * * Right now the parameter <i>buflen</i> is not supported. + * @param + * @return */ public synchronized String engGetOutputBuffer( long epL ) *************** *** 777,784 **** break; - //case engGetCharArrayI: engGetCharArrayS = engGetCharArrayNATIVE(epL, arrayS ); - // releaseWaitForValue(); - // break; - case engPutVariableI: engPutVariableNATIVE( epL, arrayS, engPutVariable2dD ); releaseWaitForValue(); --- 767,770 ---- *************** *** 871,875 **** } //System.out.println("WaitForValue released"); ! } // end waitForValue private synchronized void releaseWaitForValue(){ --- 857,861 ---- } //System.out.println("WaitForValue released"); ! } private synchronized void releaseWaitForValue(){ *************** *** 878,911 **** } - - //////////////////////////////////////////////////////////////////////////////// - //// Utility methods //// - - - // Convert an n*n double array to n*1 String vector - // private String[] double2String(double[][] d) - //{ - // - // // Check if array is not empty - // if (d == null) - // { - // // double[][] array is NULL - // return null; - // } - // - // String encodeS[]=new String[d.length]; // String vector - // - // // for all rows - // for (int n=0; n<d.length; n++){ - // byte b[] = new byte[d[n].length]; - // // convert row from double to byte - // for (int i=0; i<d[n].length ;i++) b[i]=(byte)d[n][i]; - // - // // convert byte to String - // try { encodeS[n] = new String(b, "UTF8");} - // catch (UnsupportedEncodingException e) {} - // } - // return encodeS; - //} // end double2String - } // end class JMatLink --- 864,866 ---- |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:39:40
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27320 Modified Files: ChangeLog.txt Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/ChangeLog.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** ChangeLog.txt 2 Nov 2005 18:44:07 -0000 1.43 --- ChangeLog.txt 2 Nov 2005 19:39:27 -0000 1.44 *************** *** 7,11 **** release of JMatLink 1.2.x ! 2005/ 2005/11/02 stefan changed JMatLink.java added more comments 2005/11/02 stefan changed CoreJMatLink.java removed engGetCharArray from file, --- 7,13 ---- release of JMatLink 1.2.x ! 2005/11/ ! ! release of JMatLink 1.2.0 2005/11/02 stefan changed JMatLink.java added more comments 2005/11/02 stefan changed CoreJMatLink.java removed engGetCharArray from file, |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:39:08
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27200 Modified Files: build.xml Log Message: jmatlink_CoreJMatLink.h is not available any more. it is copied to JMatLink.h directly by the make process Index: build.xml =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 2 Nov 2005 19:01:02 -0000 1.3 --- build.xml 2 Nov 2005 19:38:54 -0000 1.4 *************** *** 71,75 **** </copy> ! <move file="${dist.dir}/jmatlink_CoreJMatLink.h" toDir="src/"/> <!-- copy individual files --> --- 71,75 ---- </copy> ! <!--<move file="${dist.dir}/jmatlink_CoreJMatLink.h" toDir="src/"/>--> <!-- copy individual files --> |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:23:24
|
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23978/doc/javadoc Modified Files: help-doc.html serialized-form.html allclasses-frame.html index.html deprecated-list.html constant-values.html allclasses-noframe.html overview-summary.html overview-frame.html overview-tree.html package-list packages.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: index.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 8 Oct 2005 16:26:48 -0000 1.1 --- index.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc on Sat Oct 08 18:28:35 CEST 2005--> <TITLE> Generated Documentation (Untitled) --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc on Wed Nov 02 20:21:41 CET 2005--> <TITLE> Generated Documentation (Untitled) *************** *** 9,17 **** </HEAD> <FRAMESET cols="20%,80%"> - <FRAMESET rows="30%,70%"> - <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages"> <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> ! </FRAMESET> ! <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions"> <NOFRAMES> <H2> --- 9,14 ---- </HEAD> <FRAMESET cols="20%,80%"> <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> ! <FRAME src="jmatlink/package-summary.html" name="classFrame" title="Package, class and interface descriptions"> <NOFRAMES> <H2> *************** *** 21,25 **** This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. <BR> ! Link to<A HREF="overview-summary.html">Non-frame version.</A> </NOFRAMES> </FRAMESET> --- 18,22 ---- This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. <BR> ! Link to<A HREF="jmatlink/package-summary.html">Non-frame version.</A> </NOFRAMES> </FRAMESET> Index: overview-frame.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/overview-frame.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overview-frame.html 8 Oct 2005 16:26:48 -0000 1.1 --- overview-frame.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> Overview --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Overview Index: constant-values.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/constant-values.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** constant-values.html 8 Oct 2005 16:26:48 -0000 1.1 --- constant-values.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:33 CEST 2005 --> <TITLE> Constant Field Values --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> Constant Field Values *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> *************** *** 79,84 **** --- 78,129 ---- <HR SIZE="4" NOSHADE> <B>Contents</B><UL> + <LI><A HREF="#jmatlink">jmatlink.*</A> </UL> + <A NAME="jmatlink"><!-- --></A> + <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> + <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> + <TD ALIGN="left"><FONT SIZE="+2"> + <B>jmatlink.*</B></FONT></TD> + </TR> + </TABLE> + + <P> + + <TABLE BORDER="0" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> + <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> + <TD COLSPAN=3><B>jmatlink.<A HREF="jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A></B></TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <A NAME="jmatlink.CoreJMatLink.THREAD_DEAD"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> + <CODE>public static final int</CODE></FONT></TD> + <TD ALIGN="left"><CODE><A HREF="jmatlink/CoreJMatLink.html#THREAD_DEAD">THREAD_DEAD</A></CODE></TD> + <TD ALIGN="right"><CODE>0</CODE></TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <A NAME="jmatlink.CoreJMatLink.THREAD_DYING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> + <CODE>public static final int</CODE></FONT></TD> + <TD ALIGN="left"><CODE><A HREF="jmatlink/CoreJMatLink.html#THREAD_DYING">THREAD_DYING</A></CODE></TD> + <TD ALIGN="right"><CODE>3</CODE></TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <A NAME="jmatlink.CoreJMatLink.THREAD_RUNNING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> + <CODE>public static final int</CODE></FONT></TD> + <TD ALIGN="left"><CODE><A HREF="jmatlink/CoreJMatLink.html#THREAD_RUNNING">THREAD_RUNNING</A></CODE></TD> + <TD ALIGN="right"><CODE>2</CODE></TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <A NAME="jmatlink.CoreJMatLink.THREAD_STARTING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> + <CODE>public static final int</CODE></FONT></TD> + <TD ALIGN="left"><CODE><A HREF="jmatlink/CoreJMatLink.html#THREAD_STARTING">THREAD_STARTING</A></CODE></TD> + <TD ALIGN="right"><CODE>1</CODE></TD> + </TR> + </FONT></TD> + </TR> + </TABLE> + + <P> + + <P> <HR> *************** *** 93,101 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> --- 138,145 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> Index: overview-summary.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/overview-summary.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overview-summary.html 8 Oct 2005 16:26:48 -0000 1.1 --- overview-summary.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> Overview --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Overview Index: help-doc.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/help-doc.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-doc.html 8 Oct 2005 16:26:48 -0000 1.1 --- help-doc.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> API Help --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> API Help *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> *************** *** 78,87 **** </CENTER> This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3> - Overview</H3> - <BLOCKQUOTE> - - <P> - The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</BLOCKQUOTE> - <H3> Package</H3> <BLOCKQUOTE> --- 77,80 ---- *************** *** 148,156 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> --- 141,148 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> Index: overview-tree.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/overview-tree.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overview-tree.html 8 Oct 2005 16:26:48 -0000 1.1 --- overview-tree.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Class Hierarchy --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> Class Hierarchy *************** *** 32,36 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> --- 32,35 ---- *************** *** 78,82 **** </CENTER> <DL> ! <DT><B>Package Hierarchies:</B><DD><A HREF="jmatlink/package-tree.html">jmatlink</A>, <A HREF="jmatlink/testsuite/package-tree.html">jmatlink.testsuite</A>, <A HREF="jmatlink/testsuite/jmatlink/package-tree.html">jmatlink.testsuite.jmatlink</A>, <A HREF="jmatlink/ui/package-tree.html">jmatlink.ui</A></DL> <HR> <H2> --- 77,81 ---- </CENTER> <DL> ! <DT><B>Package Hierarchies:</B><DD><A HREF="jmatlink/package-tree.html">jmatlink</A></DL> <HR> <H2> *************** *** 85,106 **** <UL> <LI TYPE="circle">class java.lang.Object<UL> ! <LI TYPE="circle">class jmatlink.testsuite.<A HREF="jmatlink/testsuite/AllTests.html" title="class in jmatlink.testsuite"><B>AllTests</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/AllTests.html" title="class in jmatlink.testsuite.jmatlink"><B>AllTests</B></A><LI TYPE="circle">class junit.framework.Assert<UL> ! <LI TYPE="circle">class junit.framework.TestCase (implements junit.framework.Test) ! <UL> ! <LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink"><B>testCoreJMatLink</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testEngClose.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngClose</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngEvalString</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngGetArray</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngOpen</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngOutputBuffer</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testEngPutArray.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngPutArray</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testJMatLink.html" title="class in jmatlink.testsuite.jmatlink"><B>testJMatLink</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="jmatlink/testsuite/jmatlink/testSingleUse.html" title="class in jmatlink.testsuite.jmatlink"><B>testSingleUse</B></A></UL> ! </UL> ! <LI TYPE="circle">class jmatlink.testsuite.<A HREF="jmatlink/testsuite/Benchmark01.html" title="class in jmatlink.testsuite"><B>Benchmark01</B></A><LI TYPE="circle">class java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) ! <UL> ! <LI TYPE="circle">class java.awt.Container<UL> ! <LI TYPE="circle">class java.awt.Window (implements javax.accessibility.Accessible) ! <UL> ! <LI TYPE="circle">class java.awt.Frame (implements java.awt.MenuContainer) ! <UL> ! <LI TYPE="circle">class jmatlink.ui.<A HREF="jmatlink/ui/SimpleTestGui.html" title="class in jmatlink.ui"><B>SimpleTestGui</B></A> (implements java.awt.event.ActionListener) ! </UL> ! </UL> ! </UL> ! </UL> ! <LI TYPE="circle">class jmatlink.testsuite.<A HREF="jmatlink/testsuite/EnduranceTest01.html" title="class in jmatlink.testsuite"><B>EnduranceTest01</B></A><LI TYPE="circle">class jmatlink.<A HREF="jmatlink/JMatLink.html" title="class in jmatlink"><B>JMatLink</B></A><LI TYPE="circle">class jmatlink.ui.<A HREF="jmatlink/ui/SimpleTextGUI01.html" title="class in jmatlink.ui"><B>SimpleTextGUI01</B></A><LI TYPE="circle">class jmatlink.ui.<A HREF="jmatlink/ui/SimpleTextGUI02.html" title="class in jmatlink.ui"><B>SimpleTextGUI02</B></A><LI TYPE="circle">class jmatlink.testsuite.<A HREF="jmatlink/testsuite/StressTest01.html" title="class in jmatlink.testsuite"><B>StressTest01</B></A><LI TYPE="circle">class java.lang.Thread (implements java.lang.Runnable) <UL> <LI TYPE="circle">class jmatlink.<A HREF="jmatlink/CoreJMatLink.html" title="class in jmatlink"><B>CoreJMatLink</B></A></UL> --- 84,88 ---- <UL> <LI TYPE="circle">class java.lang.Object<UL> ! <LI TYPE="circle">class jmatlink.<A HREF="jmatlink/JMatLink.html" title="class in jmatlink"><B>JMatLink</B></A><LI TYPE="circle">class java.lang.Thread (implements java.lang.Runnable) <UL> <LI TYPE="circle">class jmatlink.<A HREF="jmatlink/CoreJMatLink.html" title="class in jmatlink"><B>CoreJMatLink</B></A></UL> *************** *** 126,130 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> --- 108,111 ---- Index: packages.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/packages.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** packages.html 8 Oct 2005 16:26:48 -0000 1.1 --- packages.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> *************** *** 26,30 **** <A HREF="index.html">Frame version</A> <BR> ! <A HREF="overview-summary.html">Non-frame version.</A></CENTER> </BODY> --- 26,30 ---- <A HREF="index.html">Frame version</A> <BR> ! <A HREF="jmatlink/package-summary.html">Non-frame version.</A></CENTER> </BODY> Index: serialized-form.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/serialized-form.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** serialized-form.html 8 Oct 2005 16:26:48 -0000 1.1 --- serialized-form.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> Serialized Form --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> Serialized Form *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> *************** *** 98,478 **** <P> - <HR SIZE="4" NOSHADE> - - <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> - <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> - <TD ALIGN="center"><FONT SIZE="+2"> - <B>Package</B> <B>jmatlink.ui</B></FONT></TD> - </TR> - </TABLE> - - <P> - <A NAME="jmatlink.ui.SimpleTestGui"><!-- --></A> - <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> - <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> - <TD COLSPAN=2><FONT SIZE="+2"> - <B>Class <A HREF="jmatlink/ui/SimpleTestGui.html" title="class in jmatlink.ui">jmatlink.ui.SimpleTestGui</A> extends java.awt.Frame implements Serializable</B></FONT></TD> - </TR> - </TABLE> - - <P> - <A NAME="serializedForm"><!-- --></A> - <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> - <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> - <TD COLSPAN=1><FONT SIZE="+2"> - <B>Serialized Fields</B></FONT></TD> - </TR> - </TABLE> - - <H3> - menubar</H3> - <PRE> - java.awt.MenuBar <B>menubar</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - file</H3> - <PRE> - java.awt.Menu <B>file</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - help</H3> - <PRE> - java.awt.Menu <B>help</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - choice</H3> - <PRE> - java.awt.Choice <B>choice</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - eqnTA</H3> - <PRE> - java.awt.TextArea <B>eqnTA</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - eqnF</H3> - <PRE> - java.awt.Frame <B>eqnF</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - file_dialog</H3> - <PRE> - java.awt.FileDialog <B>file_dialog</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - evalT</H3> - <PRE> - java.awt.TextField <B>evalT</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engine</H3> - <PRE> - <A HREF="jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> <B>engine</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engOpenB</H3> - <PRE> - java.awt.Button <B>engOpenB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engOpenSingleUseB</H3> - <PRE> - java.awt.Button <B>engOpenSingleUseB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engPointerT</H3> - <PRE> - java.awt.TextField <B>engPointerT</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engCloseB</H3> - <PRE> - java.awt.Button <B>engCloseB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engCloseEngPB</H3> - <PRE> - java.awt.Button <B>engCloseEngPB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engCloseAllB</H3> - <PRE> - java.awt.Button <B>engCloseAllB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engSetVisibleB</H3> - <PRE> - java.awt.Button <B>engSetVisibleB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engGetVisibleB</H3> - <PRE> - java.awt.Button <B>engGetVisibleB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engEvalStringB</H3> - <PRE> - java.awt.Button <B>engEvalStringB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engEvalStringEpB</H3> - <PRE> - java.awt.Button <B>engEvalStringEpB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - outputBufferB</H3> - <PRE> - java.awt.Button <B>outputBufferB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - outputBufferEB</H3> - <PRE> - java.awt.Button <B>outputBufferEB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engGetOutputBufferEB</H3> - <PRE> - java.awt.Button <B>engGetOutputBufferEB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engGetOutputBufferB</H3> - <PRE> - java.awt.Button <B>engGetOutputBufferB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engPutArrayB</H3> - <PRE> - java.awt.Button <B>engPutArrayB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engGetScalarB</H3> - <PRE> - java.awt.Button <B>engGetScalarB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engGetVectorB</H3> - <PRE> - java.awt.Button <B>engGetVectorB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - engGetArrayB</H3> - <PRE> - java.awt.Button <B>engGetArrayB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - testB</H3> - <PRE> - java.awt.Button <B>testB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - charArrayB</H3> - <PRE> - java.awt.Button <B>charArrayB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - okay</H3> - <PRE> - java.awt.Button <B>okay</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - cancel</H3> - <PRE> - java.awt.Button <B>cancel</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - exitB</H3> - <PRE> - java.awt.Button <B>exitB</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - testarray</H3> - <PRE> - double[] <B>testarray</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - testarray2d</H3> - <PRE> - double[][] <B>testarray2d</B></PRE> - <DL> - <DL> - </DL> - </DL> - <HR> - - <H3> - array2d</H3> - <PRE> - double[][] <B>array2d</B></PRE> - <DL> - <DL> - </DL> - </DL> - - <P> <HR> --- 97,100 ---- *************** *** 487,495 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> --- 109,116 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> Index: deprecated-list.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/deprecated-list.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** deprecated-list.html 8 Oct 2005 16:26:48 -0000 1.1 --- deprecated-list.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> Deprecated List --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> Deprecated List *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> *************** *** 89,97 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> --- 88,95 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> Index: package-list =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/package-list,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-list 8 Oct 2005 16:26:48 -0000 1.1 --- package-list 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 1,4 **** jmatlink - jmatlink.testsuite - jmatlink.testsuite.jmatlink - jmatlink.ui --- 1 ---- Index: allclasses-noframe.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/allclasses-noframe.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** allclasses-noframe.html 8 Oct 2005 16:26:48 -0000 1.1 --- allclasses-noframe.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> All Classes --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> All Classes *************** *** 21,33 **** <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> ! <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="jmatlink/testsuite/AllTests.html" title="class in jmatlink.testsuite">AllTests</A> ! <BR> ! <A HREF="jmatlink/testsuite/jmatlink/AllTests.html" title="class in jmatlink.testsuite.jmatlink">AllTests</A> ! <BR> ! <A HREF="jmatlink/testsuite/Benchmark01.html" title="class in jmatlink.testsuite">Benchmark01</A> ! <BR> ! <A HREF="jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <BR> ! <A HREF="jmatlink/testsuite/EnduranceTest01.html" title="class in jmatlink.testsuite">EnduranceTest01</A> <BR> <A HREF="jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> --- 21,25 ---- <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> ! <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> <BR> <A HREF="jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> *************** *** 35,64 **** <A HREF="jmatlink/JMatLinkException.html" title="class in jmatlink">JMatLinkException</A> <BR> - <A HREF="jmatlink/ui/SimpleTestGui.html" title="class in jmatlink.ui">SimpleTestGui</A> - <BR> - <A HREF="jmatlink/ui/SimpleTextGUI01.html" title="class in jmatlink.ui">SimpleTextGUI01</A> - <BR> - <A HREF="jmatlink/ui/SimpleTextGUI02.html" title="class in jmatlink.ui">SimpleTextGUI02</A> - <BR> - <A HREF="jmatlink/testsuite/StressTest01.html" title="class in jmatlink.testsuite">StressTest01</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink">testCoreJMatLink</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngClose.html" title="class in jmatlink.testsuite.jmatlink">testEngClose</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink">testEngEvalString</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink">testEngGetArray</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink">testEngOpen</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink">testEngOutputBuffer</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngPutArray.html" title="class in jmatlink.testsuite.jmatlink">testEngPutArray</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testJMatLink.html" title="class in jmatlink.testsuite.jmatlink">testJMatLink</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testSingleUse.html" title="class in jmatlink.testsuite.jmatlink">testSingleUse</A> - <BR> </FONT></TD> </TR> --- 27,30 ---- Index: allclasses-frame.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/allclasses-frame.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** allclasses-frame.html 8 Oct 2005 16:26:48 -0000 1.1 --- allclasses-frame.html 2 Nov 2005 19:23:15 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> All Classes --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> All Classes *************** *** 21,33 **** <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> ! <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="jmatlink/testsuite/AllTests.html" title="class in jmatlink.testsuite" target="classFrame">AllTests</A> ! <BR> ! <A HREF="jmatlink/testsuite/jmatlink/AllTests.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">AllTests</A> ! <BR> ! <A HREF="jmatlink/testsuite/Benchmark01.html" title="class in jmatlink.testsuite" target="classFrame">Benchmark01</A> ! <BR> ! <A HREF="jmatlink/CoreJMatLink.html" title="class in jmatlink" target="classFrame">CoreJMatLink</A> ! <BR> ! <A HREF="jmatlink/testsuite/EnduranceTest01.html" title="class in jmatlink.testsuite" target="classFrame">EnduranceTest01</A> <BR> <A HREF="jmatlink/JMatLink.html" title="class in jmatlink" target="classFrame">JMatLink</A> --- 21,25 ---- <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> ! <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="jmatlink/CoreJMatLink.html" title="class in jmatlink" target="classFrame">CoreJMatLink</A> <BR> <A HREF="jmatlink/JMatLink.html" title="class in jmatlink" target="classFrame">JMatLink</A> *************** *** 35,64 **** <A HREF="jmatlink/JMatLinkException.html" title="class in jmatlink" target="classFrame">JMatLinkException</A> <BR> - <A HREF="jmatlink/ui/SimpleTestGui.html" title="class in jmatlink.ui" target="classFrame">SimpleTestGui</A> - <BR> - <A HREF="jmatlink/ui/SimpleTextGUI01.html" title="class in jmatlink.ui" target="classFrame">SimpleTextGUI01</A> - <BR> - <A HREF="jmatlink/ui/SimpleTextGUI02.html" title="class in jmatlink.ui" target="classFrame">SimpleTextGUI02</A> - <BR> - <A HREF="jmatlink/testsuite/StressTest01.html" title="class in jmatlink.testsuite" target="classFrame">StressTest01</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testCoreJMatLink</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngClose.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngClose</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngEvalString</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngGetArray</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngOpen</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngOutputBuffer</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testEngPutArray.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngPutArray</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testJMatLink.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testJMatLink</A> - <BR> - <A HREF="jmatlink/testsuite/jmatlink/testSingleUse.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testSingleUse</A> - <BR> </FONT></TD> </TR> --- 27,30 ---- |
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23628/doc/javadoc/jmatlink/ui Modified Files: SimpleTestGui.html package-use.html package-tree.html package-summary.html package-frame.html SimpleTextGUI02.html SimpleTextGUI01.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: SimpleTestGui.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/SimpleTestGui.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleTestGui.html 8 Oct 2005 16:26:48 -0000 1.1 --- SimpleTestGui.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> SimpleTestGui --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> SimpleTestGui Index: SimpleTextGUI01.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/SimpleTextGUI01.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleTextGUI01.html 8 Oct 2005 16:26:48 -0000 1.1 --- SimpleTextGUI01.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> SimpleTextGUI01 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> SimpleTextGUI01 Index: package-tree.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/package-tree.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-tree.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-tree.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.ui Class Hierarchy --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> jmatlink.ui Class Hierarchy Index: package-frame.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/package-frame.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-frame.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-frame.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.ui --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> jmatlink.ui Index: package-use.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/package-use.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-use.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-use.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Package jmatlink.ui --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Package jmatlink.ui Index: SimpleTextGUI02.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/SimpleTextGUI02.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleTextGUI02.html 8 Oct 2005 16:26:48 -0000 1.1 --- SimpleTextGUI02.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> SimpleTextGUI02 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> SimpleTextGUI02 Index: package-summary.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/package-summary.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-summary.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-summary.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.ui --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> jmatlink.ui |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:23:10
|
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/class-use In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23628/doc/javadoc/jmatlink/testsuite/class-use Modified Files: Benchmark01.html AllTests.html StressTest01.html EnduranceTest01.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: Benchmark01.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/class-use/Benchmark01.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Benchmark01.html 8 Oct 2005 16:26:48 -0000 1.1 --- Benchmark01.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.Benchmark01 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:25 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.Benchmark01 Index: EnduranceTest01.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/class-use/EnduranceTest01.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EnduranceTest01.html 8 Oct 2005 16:26:48 -0000 1.1 --- EnduranceTest01.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.EnduranceTest01 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:25 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.EnduranceTest01 Index: AllTests.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/class-use/AllTests.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AllTests.html 8 Oct 2005 16:26:48 -0000 1.1 --- AllTests.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.AllTests --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:25 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.AllTests Index: StressTest01.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/class-use/StressTest01.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** StressTest01.html 8 Oct 2005 16:26:48 -0000 1.1 --- StressTest01.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.StressTest01 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.StressTest01 |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:23:10
|
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/class-use In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23628/doc/javadoc/jmatlink/ui/class-use Modified Files: SimpleTextGUI01.html SimpleTextGUI02.html SimpleTestGui.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: SimpleTestGui.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/class-use/SimpleTestGui.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleTestGui.html 8 Oct 2005 16:26:48 -0000 1.1 --- SimpleTestGui.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.ui.SimpleTestGui --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.ui.SimpleTestGui Index: SimpleTextGUI01.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/class-use/SimpleTextGUI01.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleTextGUI01.html 8 Oct 2005 16:26:48 -0000 1.1 --- SimpleTextGUI01.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.ui.SimpleTextGUI01 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.ui.SimpleTextGUI01 Index: SimpleTextGUI02.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/ui/class-use/SimpleTextGUI02.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleTextGUI02.html 8 Oct 2005 16:26:48 -0000 1.1 --- SimpleTextGUI02.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.ui.SimpleTextGUI02 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.ui.SimpleTextGUI02 |
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23628/doc/javadoc/jmatlink/testsuite/jmatlink Modified Files: testEngGetArray.html AllTests.html testEngPutArray.html testEngEvalString.html testSingleUse.html testEngClose.html package-frame.html testEngOutputBuffer.html testCoreJMatLink.html testEngOpen.html package-tree.html testJMatLink.html package-summary.html package-use.html Added Files: testEngineThread.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: package-frame.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/package-frame.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-frame.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-frame.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.testsuite.jmatlink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> jmatlink.testsuite.jmatlink *************** *** 34,37 **** --- 34,39 ---- <A HREF="testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngGetArray</A> <BR> + <A HREF="testEngineThread.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngineThread</A> + <BR> <A HREF="testEngOpen.html" title="class in jmatlink.testsuite.jmatlink" target="classFrame">testEngOpen</A> <BR> Index: testJMatLink.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testJMatLink.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testJMatLink.html 8 Oct 2005 16:26:48 -0000 1.1 --- testJMatLink.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testJMatLink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:28 CET 2005 --> <TITLE> testJMatLink Index: testEngOpen.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testEngOpen.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngOpen.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngOpen.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testEngOpen --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:28 CET 2005 --> <TITLE> testEngOpen *************** *** 51,55 **** <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> ! <A HREF="../../../jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> --- 51,55 ---- <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> ! <A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> *************** *** 303,307 **** <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> ! <A HREF="../../../jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> --- 303,307 ---- <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> ! <A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> --- NEW FILE: testEngineThread.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> testEngineThread </TITLE> <META NAME="keywords" CONTENT="jmatlink.testsuite.jmatlink.testEngineThread class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="testEngineThread"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/testEngineThread.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="testEngineThread.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> jmatlink.testsuite.jmatlink</FONT> <BR> Class testEngineThread</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by">junit.framework.Assert <IMG SRC="../../../resources/inherit.gif" ALT="extended by">junit.framework.TestCase <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>jmatlink.testsuite.jmatlink.testEngineThread</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>junit.framework.Test</DD> </DL> <HR> <DL> <DT>public class <B>testEngineThread</B><DT>extends junit.framework.TestCase</DL> <P> <DL> <DT><B>Author:</B></DT> <DD>stefan</DD> </DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html#testEngineThread()">testEngineThread</A></B>()</CODE> <BR> </TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html#testEngineThread01()">testEngineThread01</A></B>()</CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html#testEngineThread02()">testEngineThread02</A></B>()</CODE> <BR> </TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_junit.framework.TestCase"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class junit.framework.TestCase</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_junit.framework.Assert"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class junit.framework.Assert</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="testEngineThread()"><!-- --></A><H3> testEngineThread</H3> <PRE> public <B>testEngineThread</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="testEngineThread01()"><!-- --></A><H3> testEngineThread01</H3> <PRE> public void <B>testEngineThread01</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="testEngineThread02()"><!-- --></A><H3> testEngineThread02</H3> <PRE> public void <B>testEngineThread02</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/testEngineThread.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="testEngineThread.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> Index: testEngPutArray.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testEngPutArray.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngPutArray.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngPutArray.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testEngPutArray --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:28 CET 2005 --> <TITLE> testEngPutArray Index: package-summary.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/package-summary.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-summary.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-summary.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.testsuite.jmatlink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> jmatlink.testsuite.jmatlink *************** *** 104,107 **** --- 104,111 ---- </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> + <TD WIDTH="15%"><B><A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink">testEngineThread</A></B></TD> + <TD> </TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink">testEngOpen</A></B></TD> <TD> </TD> Index: package-tree.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/package-tree.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-tree.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-tree.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.testsuite.jmatlink Class Hierarchy --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> jmatlink.testsuite.jmatlink Class Hierarchy *************** *** 89,93 **** <LI TYPE="circle">class junit.framework.TestCase (implements junit.framework.Test) <UL> ! <LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink"><B>testCoreJMatLink</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngClose.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngClose</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngEvalString</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngGetArray</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngOpen</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngOutputBuffer</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngPutArray.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngPutArray</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testJMatLink.html" title="class in jmatlink.testsuite.jmatlink"><B>testJMatLink</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testSingleUse.html" title="class in jmatlink.testsuite.jmatlink"><B>testSingleUse</B></A></UL> </UL> </UL> --- 89,93 ---- <LI TYPE="circle">class junit.framework.TestCase (implements junit.framework.Test) <UL> ! <LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink"><B>testCoreJMatLink</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngClose.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngClose</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngEvalString</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngGetArray.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngGetArray</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngineThread</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngOpen</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngOutputBuffer.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngOutputBuffer</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testEngPutArray.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngPutArray</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testJMatLink.html" title="class in jmatlink.testsuite.jmatlink"><B>testJMatLink</B></A><LI TYPE="circle">class jmatlink.testsuite.jmatlink.<A HREF="../../../jmatlink/testsuite/jmatlink/testSingleUse.html" title="class in jmatlink.testsuite.jmatlink"><B>testSingleUse</B></A></UL> </UL> </UL> Index: testSingleUse.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testSingleUse.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testSingleUse.html 8 Oct 2005 16:26:48 -0000 1.1 --- testSingleUse.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testSingleUse --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:28 CET 2005 --> <TITLE> testSingleUse Index: testEngClose.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testEngClose.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngClose.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngClose.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testEngClose --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> testEngClose Index: testCoreJMatLink.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testCoreJMatLink.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testCoreJMatLink.html 8 Oct 2005 16:26:48 -0000 1.1 --- testCoreJMatLink.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testCoreJMatLink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> testCoreJMatLink Index: testEngEvalString.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testEngEvalString.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngEvalString.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngEvalString.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testEngEvalString --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> testEngEvalString Index: testEngOutputBuffer.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testEngOutputBuffer.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngOutputBuffer.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngOutputBuffer.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testEngOutputBuffer --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:28 CET 2005 --> <TITLE> testEngOutputBuffer Index: package-use.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/package-use.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-use.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-use.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Package jmatlink.testsuite.jmatlink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Package jmatlink.testsuite.jmatlink Index: AllTests.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/AllTests.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AllTests.html 8 Oct 2005 16:26:48 -0000 1.1 --- AllTests.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> AllTests --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> AllTests Index: testEngGetArray.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/testEngGetArray.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngGetArray.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngGetArray.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:36 CEST 2005 --> <TITLE> testEngGetArray --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> testEngGetArray *************** *** 52,56 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> ! <A HREF="../../../jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> --- 52,56 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> ! <A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> *************** *** 266,270 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> ! <A HREF="../../../jmatlink/testsuite/jmatlink/testEngOpen.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> --- 266,270 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../jmatlink/testsuite/jmatlink/testEngEvalString.html" title="class in jmatlink.testsuite.jmatlink"><B>PREV CLASS</B></A> ! <A HREF="../../../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:23:09
|
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23628/doc/javadoc/jmatlink/testsuite/jmatlink/class-use Modified Files: testEngClose.html testEngGetArray.html testJMatLink.html testEngPutArray.html AllTests.html testSingleUse.html testEngOpen.html testCoreJMatLink.html testEngOutputBuffer.html testEngEvalString.html Added Files: testEngineThread.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: testJMatLink.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testJMatLink.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testJMatLink.html 8 Oct 2005 16:26:48 -0000 1.1 --- testJMatLink.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testJMatLink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testJMatLink Index: testEngOpen.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testEngOpen.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngOpen.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngOpen.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngOpen --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngOpen --- NEW FILE: testEngineThread.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngineThread </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class jmatlink.testsuite.jmatlink.testEngineThread"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="testEngineThread.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>jmatlink.testsuite.jmatlink.testEngineThread</B></H2> </CENTER> No usage of jmatlink.testsuite.jmatlink.testEngineThread <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="testEngineThread.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> Index: testEngPutArray.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testEngPutArray.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngPutArray.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngPutArray.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngPutArray --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngPutArray Index: testSingleUse.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testSingleUse.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testSingleUse.html 8 Oct 2005 16:26:48 -0000 1.1 --- testSingleUse.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testSingleUse --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testSingleUse Index: testEngClose.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testEngClose.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngClose.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngClose.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngClose --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngClose Index: testCoreJMatLink.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testCoreJMatLink.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testCoreJMatLink.html 8 Oct 2005 16:26:48 -0000 1.1 --- testCoreJMatLink.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testCoreJMatLink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testCoreJMatLink Index: testEngEvalString.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testEngEvalString.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngEvalString.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngEvalString.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngEvalString --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngEvalString Index: testEngOutputBuffer.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testEngOutputBuffer.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngOutputBuffer.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngOutputBuffer.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngOutputBuffer --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngOutputBuffer Index: AllTests.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/AllTests.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AllTests.html 8 Oct 2005 16:26:48 -0000 1.1 --- AllTests.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.AllTests --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.AllTests Index: testEngGetArray.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/jmatlink/class-use/testEngGetArray.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testEngGetArray.html 8 Oct 2005 16:26:48 -0000 1.1 --- testEngGetArray.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngGetArray --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Class jmatlink.testsuite.jmatlink.testEngGetArray |
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23628/doc/javadoc/jmatlink Modified Files: JMatLinkException.html package-summary.html CoreJMatLink.html package-use.html JMatLink.html package-tree.html package-frame.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: CoreJMatLink.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/CoreJMatLink.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CoreJMatLink.html 8 Oct 2005 16:26:48 -0000 1.1 --- CoreJMatLink.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> CoreJMatLink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> CoreJMatLink *************** *** 33,37 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> --- 33,36 ---- *************** *** 71,77 **** <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_java.lang.Thread">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> --- 70,76 ---- <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> *************** *** 113,116 **** --- 112,147 ---- <B>Field Summary</B></FONT></TD> </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> + <CODE>static int</CODE></FONT></TD> + <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#THREAD_DEAD">THREAD_DEAD</A></B></CODE> + + <BR> + </TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> + <CODE>static int</CODE></FONT></TD> + <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#THREAD_DYING">THREAD_DYING</A></B></CODE> + + <BR> + </TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> + <CODE>static int</CODE></FONT></TD> + <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#THREAD_RUNNING">THREAD_RUNNING</A></B></CODE> + + <BR> + </TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> + <CODE>static int</CODE></FONT></TD> + <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#THREAD_STARTING">THREAD_STARTING</A></B></CODE> + + <BR> + </TD> + </TR> </TABLE> <A NAME="fields_inherited_from_class_java.lang.Thread"><!-- --></A> *************** *** 151,162 **** <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> - <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#destroy()">destroy</A></B>()</CODE> - - <BR> - terminate running thread</TD> - </TR> - <TR BGCOLOR="white" CLASS="TableRowColor"> - <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> - <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#engClose()">engClose</A></B>()</CODE> --- 182,185 ---- *************** *** 200,211 **** <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> - <CODE> java.lang.String[]</CODE></FONT></TD> - <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#engGetCharArray(java.lang.String)">engGetCharArray</A></B>(java.lang.String arrayS)</CODE> - - <BR> - Get an 'char' array (string) from MATLAB's workspace.</TD> - </TR> - <TR BGCOLOR="white" CLASS="TableRowColor"> - <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#engGetOutputBuffer()">engGetOutputBuffer</A></B>()</CODE> --- 223,226 ---- *************** *** 330,338 **** <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#kill()">kill</A></B>()</CODE> <BR> ! </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> --- 345,369 ---- <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> + <CODE> int</CODE></FONT></TD> + <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#getNoOfEngines()">getNoOfEngines</A></B>()</CODE> + + <BR> + Returns the number of currently opened engines</TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> + <CODE> int</CODE></FONT></TD> + <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#getThreadStatus()">getThreadStatus</A></B>()</CODE> + + <BR> + closing of the engine thread takes some time. </TD> + </TR> + <TR BGCOLOR="white" CLASS="TableRowColor"> + <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../jmatlink/CoreJMatLink.html#kill()">kill</A></B>()</CODE> <BR> ! this kills the engine thread</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> *************** *** 359,363 **** </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> ! <TD><CODE>activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield</CODE></TD> </TR> </TABLE> --- 390,394 ---- </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> ! <TD><CODE>activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield</CODE></TD> </TR> </TABLE> *************** *** 376,379 **** --- 407,456 ---- <!-- ============ FIELD DETAIL =========== --> + <A NAME="field_detail"><!-- --></A> + <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> + <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> + <TD COLSPAN=1><FONT SIZE="+2"> + <B>Field Detail</B></FONT></TD> + </TR> + </TABLE> + + <A NAME="THREAD_DEAD"><!-- --></A><H3> + THREAD_DEAD</H3> + <PRE> + public static final int <B>THREAD_DEAD</B></PRE> + <DL> + <DL> + <DT><B>See Also:</B><DD><A HREF="../constant-values.html#jmatlink.CoreJMatLink.THREAD_DEAD">Constant Field Values</A></DL> + </DL> + <HR> + + <A NAME="THREAD_STARTING"><!-- --></A><H3> + THREAD_STARTING</H3> + <PRE> + public static final int <B>THREAD_STARTING</B></PRE> + <DL> + <DL> + <DT><B>See Also:</B><DD><A HREF="../constant-values.html#jmatlink.CoreJMatLink.THREAD_STARTING">Constant Field Values</A></DL> + </DL> + <HR> + + <A NAME="THREAD_RUNNING"><!-- --></A><H3> + THREAD_RUNNING</H3> + <PRE> + public static final int <B>THREAD_RUNNING</B></PRE> + <DL> + <DL> + <DT><B>See Also:</B><DD><A HREF="../constant-values.html#jmatlink.CoreJMatLink.THREAD_RUNNING">Constant Field Values</A></DL> + </DL> + <HR> + + <A NAME="THREAD_DYING"><!-- --></A><H3> + THREAD_DYING</H3> + <PRE> + public static final int <B>THREAD_DYING</B></PRE> + <DL> + <DL> + <DT><B>See Also:</B><DD><A HREF="../constant-values.html#jmatlink.CoreJMatLink.THREAD_DYING">Constant Field Values</A></DL> + </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> *************** *** 406,418 **** </TABLE> ! <A NAME="destroy()"><!-- --></A><H3> ! destroy</H3> <PRE> ! public void <B>destroy</B>()</PRE> <DL> ! <DD>terminate running thread <P> <DD><DL> ! </DL> </DD> </DL> --- 483,497 ---- </TABLE> ! <A NAME="getThreadStatus()"><!-- --></A><H3> ! getThreadStatus</H3> <PRE> ! public int <B>getThreadStatus</B>()</PRE> <DL> ! <DD>closing of the engine thread takes some time. During this time NO call ! to engOpen() or engOpenSingleUse() MUST be made. <P> <DD><DL> ! ! <DT><B>Returns:</B><DD>status of the CoreJMatLink thread (DEAD, STARTING, DYING, RUNNING)</DL> </DD> </DL> *************** *** 424,427 **** --- 503,508 ---- public void <B>kill</B>()</PRE> <DL> + <DD>this kills the engine thread + <P> <DD><DL> </DL> *************** *** 430,433 **** --- 511,528 ---- <HR> + <A NAME="getNoOfEngines()"><!-- --></A><H3> + getNoOfEngines</H3> + <PRE> + public int <B>getNoOfEngines</B>()</PRE> + <DL> + <DD>Returns the number of currently opened engines + <P> + <DD><DL> + + <DT><B>Returns:</B><DD>number of open engines</DL> + </DD> + </DL> + <HR> + <A NAME="engOpen(java.lang.String)"><!-- --></A><H3> engOpen</H3> *************** *** 610,626 **** <HR> - <A NAME="engGetCharArray(java.lang.String)"><!-- --></A><H3> - engGetCharArray</H3> - <PRE> - public java.lang.String[] <B>engGetCharArray</B>(java.lang.String arrayS)</PRE> - <DL> - <DD>Get an 'char' array (string) from MATLAB's workspace. - <P> - <DD><DL> - </DL> - </DD> - </DL> - <HR> - <A NAME="engPutVariable(java.lang.String, double[][])"><!-- --></A><H3> engPutVariable</H3> --- 705,708 ---- *************** *** 743,747 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> --- 825,828 ---- *************** *** 781,787 **** <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_java.lang.Thread">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> --- 862,868 ---- <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> Index: package-tree.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/package-tree.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-tree.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-tree.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink Class Hierarchy --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> jmatlink Class Hierarchy *************** *** 32,36 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> --- 32,35 ---- *************** *** 51,55 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV ! <A HREF="../jmatlink/testsuite/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> --- 50,54 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV ! NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> *************** *** 78,84 **** </H2> </CENTER> - <DL> - <DT><B>Package Hierarchies:</B><DD><A HREF="../overview-tree.html">All Packages</A></DL> - <HR> <H2> Class Hierarchy --- 77,80 ---- *************** *** 110,114 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> --- 106,109 ---- *************** *** 129,133 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV ! <A HREF="../jmatlink/testsuite/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> --- 124,128 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV ! NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> Index: JMatLinkException.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/JMatLinkException.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JMatLinkException.html 8 Oct 2005 16:26:48 -0000 1.1 --- JMatLinkException.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> JMatLinkException --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> JMatLinkException *************** *** 33,37 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> --- 33,36 ---- *************** *** 213,217 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> --- 212,215 ---- Index: package-frame.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/package-frame.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-frame.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-frame.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> jmatlink Index: JMatLink.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/JMatLink.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JMatLink.html 8 Oct 2005 16:26:48 -0000 1.1 --- JMatLink.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> JMatLink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> JMatLink *************** *** 33,37 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> --- 33,36 ---- *************** *** 259,263 **** <BR> ! </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> --- 258,262 ---- <BR> ! return the visibility status of the Matlab window</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> *************** *** 416,420 **** <BR> ! </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> --- 415,429 ---- <BR> ! Set the visibility of the Matlab window</TD> ! </TR> ! <TR BGCOLOR="white" CLASS="TableRowColor"> ! <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> ! <CODE> java.lang.String</CODE></FONT></TD> ! <TD><CODE><B><A HREF="../jmatlink/JMatLink.html#getVersion()">getVersion</A></B>()</CODE> ! ! <BR> ! Returns the current version of JMatLink ! ! E.g.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> *************** *** 424,428 **** <BR> ! </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> --- 433,437 ---- <BR> ! obsolete method</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> *************** *** 489,492 **** --- 498,521 ---- </TABLE> + <A NAME="getVersion()"><!-- --></A><H3> + getVersion</H3> + <PRE> + public java.lang.String <B>getVersion</B>()</PRE> + <DL> + <DD>Returns the current version of JMatLink + + <p>E.g.:<br> + <pre> + JMatLink engine = new JMatLink(); + System.out.println("version 0 "+ <b>engine.getVersion()</b>); + </pre> + <P> + <DD><DL> + + <DT><B>Returns:</B><DD>VERSION of JMatLink</DL> + </DD> + </DL> + <HR> + <A NAME="kill()"><!-- --></A><H3> kill</H3> *************** *** 494,497 **** --- 523,528 ---- public void <B>kill</B>()</PRE> <DL> + <DD>obsolete method + <P> <DD><DL> </DL> *************** *** 674,679 **** boolean visB)</PRE> <DL> <DD><DL> ! <DT><B>Parameters:</B><DD><CODE>epI</CODE> - <DD><CODE>visB</CODE> - </DL> </DD> </DL> --- 705,712 ---- boolean visB)</PRE> <DL> + <DD>Set the visibility of the Matlab window + <P> <DD><DL> ! <DT><B>Parameters:</B><DD><CODE>epI</CODE> - engine handle<DD><CODE>visB</CODE> - desired visiblity true/false</DL> </DD> </DL> *************** *** 685,691 **** public boolean <B>engGetVisible</B>(long epI)</PRE> <DL> <DD><DL> ! <DT><B>Parameters:</B><DD><CODE>epI</CODE> - ! <DT><B>Returns:</B><DD></DL> </DD> </DL> --- 718,726 ---- public boolean <B>engGetVisible</B>(long epI)</PRE> <DL> + <DD>return the visibility status of the Matlab window + <P> <DD><DL> ! <DT><B>Parameters:</B><DD><CODE>epI</CODE> - engine handle ! <DT><B>Returns:</B><DD>visiblity true/false</DL> </DD> </DL> *************** *** 1194,1198 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> --- 1229,1232 ---- Index: package-use.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/package-use.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-use.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-use.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Package jmatlink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> Uses of Package jmatlink *************** *** 32,36 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> --- 32,35 ---- *************** *** 91,95 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> --- 90,93 ---- Index: package-summary.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/package-summary.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-summary.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-summary.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> jmatlink *************** *** 33,37 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> --- 33,36 ---- *************** *** 52,56 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE ! <A HREF="../jmatlink/testsuite/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> --- 51,55 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE ! NEXT PACKAGE</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> *************** *** 122,126 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> --- 121,124 ---- *************** *** 141,145 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE ! <A HREF="../jmatlink/testsuite/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> --- 139,143 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE ! NEXT PACKAGE</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:23:08
|
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23628/doc/javadoc/jmatlink/testsuite Modified Files: Benchmark01.html EnduranceTest01.html AllTests.html package-summary.html package-frame.html StressTest01.html package-use.html package-tree.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: EnduranceTest01.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/EnduranceTest01.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EnduranceTest01.html 8 Oct 2005 16:26:48 -0000 1.1 --- EnduranceTest01.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> EnduranceTest01 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> EnduranceTest01 Index: StressTest01.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/StressTest01.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** StressTest01.html 8 Oct 2005 16:26:48 -0000 1.1 --- StressTest01.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> StressTest01 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> StressTest01 Index: package-frame.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/package-frame.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-frame.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-frame.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.testsuite --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> jmatlink.testsuite Index: package-tree.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/package-tree.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-tree.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-tree.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.testsuite Class Hierarchy --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> jmatlink.testsuite Class Hierarchy Index: Benchmark01.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/Benchmark01.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Benchmark01.html 8 Oct 2005 16:26:48 -0000 1.1 --- Benchmark01.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> Benchmark01 --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> Benchmark01 Index: AllTests.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/AllTests.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AllTests.html 8 Oct 2005 16:26:48 -0000 1.1 --- AllTests.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> AllTests --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:27 CET 2005 --> <TITLE> AllTests Index: package-use.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/package-use.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-use.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-use.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Package jmatlink.testsuite --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> Uses of Package jmatlink.testsuite Index: package-summary.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/testsuite/package-summary.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package-summary.html 8 Oct 2005 16:26:48 -0000 1.1 --- package-summary.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:35 CEST 2005 --> <TITLE> jmatlink.testsuite --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> jmatlink.testsuite |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:23:08
|
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/class-use In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23628/doc/javadoc/jmatlink/class-use Modified Files: CoreJMatLink.html JMatLink.html JMatLinkException.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: JMatLinkException.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/class-use/JMatLinkException.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JMatLinkException.html 8 Oct 2005 16:26:48 -0000 1.1 --- JMatLinkException.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.JMatLinkException --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> Uses of Class jmatlink.JMatLinkException *************** *** 32,36 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../jmatlink/JMatLinkException.html" title="class in jmatlink"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> --- 32,35 ---- *************** *** 91,95 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../jmatlink/JMatLinkException.html" title="class in jmatlink"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> --- 90,93 ---- Index: CoreJMatLink.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/class-use/CoreJMatLink.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CoreJMatLink.html 8 Oct 2005 16:26:48 -0000 1.1 --- CoreJMatLink.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:33 CEST 2005 --> <TITLE> Uses of Class jmatlink.CoreJMatLink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> Uses of Class jmatlink.CoreJMatLink *************** *** 32,36 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../jmatlink/CoreJMatLink.html" title="class in jmatlink"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> --- 32,35 ---- *************** *** 91,95 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../jmatlink/CoreJMatLink.html" title="class in jmatlink"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> --- 90,93 ---- Index: JMatLink.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/jmatlink/class-use/JMatLink.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JMatLink.html 8 Oct 2005 16:26:48 -0000 1.1 --- JMatLink.html 2 Nov 2005 19:22:50 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> Uses of Class jmatlink.JMatLink --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> Uses of Class jmatlink.JMatLink *************** *** 32,36 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../jmatlink/JMatLink.html" title="class in jmatlink"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> --- 32,35 ---- *************** *** 91,95 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../jmatlink/JMatLink.html" title="class in jmatlink"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> --- 90,93 ---- |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:21:40
|
Update of /cvsroot/jmatlink/jmatlink/doc/javadoc/index-files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23554/doc/javadoc/index-files Modified Files: index-9.html index-2.html index-7.html index-4.html index-6.html index-11.html index-1.html index-3.html index-10.html index-8.html index-5.html Log Message: updated javadoc documentation to JMatLink1.2.0 Index: index-4.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/index-files/index-4.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index-4.html 8 Oct 2005 16:26:48 -0000 1.1 --- index-4.html 2 Nov 2005 19:21:32 -0000 1.2 *************** *** 3,9 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> ! D-Index </TITLE> --- 3,9 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> ! J-Index </TITLE> *************** *** 14,18 **** function windowTitle() { ! parent.document.title="D-Index"; } </SCRIPT> --- 14,18 ---- function windowTitle() { ! parent.document.title="J-Index"; } </SCRIPT> *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 72,83 **** <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> ! <A NAME="_D_"><!-- --></A><H2> ! <B>D</B></H2> <DL> ! <DT><A HREF="../jmatlink/CoreJMatLink.html#destroy()"><B>destroy()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>terminate running thread ! </DL> <HR> --- 71,92 ---- <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> ! <A NAME="_J_"><!-- --></A><H2> ! <B>J</B></H2> <DL> ! <DT><A HREF="../jmatlink/JMatLink.html" title="class in jmatlink"><B>JMatLink</B></A> - class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A>.<DD> <DT><A HREF="../jmatlink/JMatLink.html#JMatLink()"><B>JMatLink()</B></A> - ! Constructor for class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>This is the constructor for the JMatLink library. ! ! ! <DT><A HREF="../jmatlink/JMatLinkException.html" title="class in jmatlink"><B>JMatLinkException</B></A> - exception jmatlink.<A HREF="../jmatlink/JMatLinkException.html" title="class in jmatlink">JMatLinkException</A>.<DD>JMatLink specific exception ! This is the standard exeption for JMatLink.<DT><A HREF="../jmatlink/JMatLinkException.html#JMatLinkException()"><B>JMatLinkException()</B></A> - ! Constructor for class jmatlink.<A HREF="../jmatlink/JMatLinkException.html" title="class in jmatlink">JMatLinkException</A> ! <DD>Create a new exception object ! <DT><A HREF="../jmatlink/JMatLinkException.html#JMatLinkException(java.lang.String)"><B>JMatLinkException(String)</B></A> - ! Constructor for class jmatlink.<A HREF="../jmatlink/JMatLinkException.html" title="class in jmatlink">JMatLinkException</A> ! <DD>Set the message text ! This is the standard exception for JMatLink. ! <DT><A HREF="../jmatlink/package-summary.html"><B>jmatlink</B></A> - package jmatlink<DD> </DL> <HR> *************** *** 92,100 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 101,108 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 132,136 **** <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> </BODY> --- 140,144 ---- <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> </BODY> Index: index-3.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/index-files/index-3.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index-3.html 8 Oct 2005 16:26:48 -0000 1.1 --- index-3.html 2 Nov 2005 19:21:32 -0000 1.2 *************** *** 3,9 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> ! C-Index </TITLE> --- 3,9 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> ! G-Index </TITLE> *************** *** 14,18 **** function windowTitle() { ! parent.document.title="C-Index"; } </SCRIPT> --- 14,18 ---- function windowTitle() { ! parent.document.title="G-Index"; } </SCRIPT> *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 72,82 **** <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> ! <A NAME="_C_"><!-- --></A><H2> ! <B>C</B></H2> <DL> ! <DT><A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink"><B>CoreJMatLink</B></A> - class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A>.<DD> <DT><A HREF="../jmatlink/CoreJMatLink.html#CoreJMatLink()"><B>CoreJMatLink()</B></A> - ! Constructor for class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>This is the constructor for the CoreJMatLink library. </DL> <HR> --- 71,89 ---- <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> ! <A NAME="_G_"><!-- --></A><H2> ! <B>G</B></H2> <DL> ! <DT><A HREF="../jmatlink/CoreJMatLink.html#getNoOfEngines()"><B>getNoOfEngines()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Returns the number of currently opened engines ! <DT><A HREF="../jmatlink/CoreJMatLink.html#getThreadStatus()"><B>getThreadStatus()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>closing of the engine thread takes some time. ! <DT><A HREF="../jmatlink/JMatLink.html#getVersion()"><B>getVersion()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Returns the current version of JMatLink ! ! E.g. </DL> <HR> *************** *** 92,100 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 99,106 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 132,136 **** <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> </BODY> --- 138,142 ---- <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> </BODY> Index: index-2.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/index-files/index-2.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index-2.html 8 Oct 2005 16:26:48 -0000 1.1 --- index-2.html 2 Nov 2005 19:21:32 -0000 1.2 *************** *** 3,9 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> ! B-Index </TITLE> --- 3,9 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:40 CET 2005 --> <TITLE> ! E-Index </TITLE> *************** *** 14,18 **** function windowTitle() { ! parent.document.title="B-Index"; } </SCRIPT> --- 14,18 ---- function windowTitle() { ! parent.document.title="E-Index"; } </SCRIPT> *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 72,82 **** <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> ! <A NAME="_B_"><!-- --></A><H2> ! <B>B</B></H2> <DL> ! <DT><A HREF="../jmatlink/testsuite/Benchmark01.html" title="class in jmatlink.testsuite"><B>Benchmark01</B></A> - class jmatlink.testsuite.<A HREF="../jmatlink/testsuite/Benchmark01.html" title="class in jmatlink.testsuite">Benchmark01</A>.<DD> <DT><A HREF="../jmatlink/testsuite/Benchmark01.html#Benchmark01()"><B>Benchmark01()</B></A> - ! Constructor for class jmatlink.testsuite.<A HREF="../jmatlink/testsuite/Benchmark01.html" title="class in jmatlink.testsuite">Benchmark01</A> <DD> </DL> <HR> --- 71,272 ---- <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> ! <A NAME="_E_"><!-- --></A><H2> ! <B>E</B></H2> <DL> ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engClose()"><B>engClose()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Close the connection to MATLAB. ! ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engClose(long)"><B>engClose(long)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Close a specified connection to an instance of MATLAB. ! <DT><A HREF="../jmatlink/JMatLink.html#engClose()"><B>engClose()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Close the connection to matlab. ! ! ! <DT><A HREF="../jmatlink/JMatLink.html#engClose(long)"><B>engClose(long)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Close a specified connection to an instance of matlab. ! ! ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engCloseAll()"><B>engCloseAll()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Close all open handles to MATLAB. ! <DT><A HREF="../jmatlink/JMatLink.html#engCloseAll()"><B>engCloseAll()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Close all connections to matlab ! E.g. ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engEvalString(java.lang.String)"><B>engEvalString(String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Evaluate an expression in MATLAB's workspace. ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engEvalString(long, java.lang.String)"><B>engEvalString(long, String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Evaluate an expression in MATLAB's workspace. ! <DT><A HREF="../jmatlink/JMatLink.html#engEvalString(java.lang.String)"><B>engEvalString(String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Evaluate an expression in matlab's workspace. ! ! ! <DT><A HREF="../jmatlink/JMatLink.html#engEvalString(long, java.lang.String)"><B>engEvalString(long, String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Evaluate an expression in a specified workspace. ! ! ! <DT><A HREF="../jmatlink/JMatLink.html#engGetArray(java.lang.String)"><B>engGetArray(String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Get an array from matlab's workspace. ! ! ! <DT><A HREF="../jmatlink/JMatLink.html#engGetArray(long, java.lang.String)"><B>engGetArray(long, String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Get an array from a specified instance/workspace of matlab. ! ! ! <DT><A HREF="../jmatlink/JMatLink.html#engGetCharArray(java.lang.String)"><B>engGetCharArray(String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Get an 'char' array (string) from matlab's workspace. ! ! ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engGetOutputBuffer()"><B>engGetOutputBuffer()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Return the outputs of previous commands from MATLAB's workspace. ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engGetOutputBuffer(long)"><B>engGetOutputBuffer(long)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Return the ouputs of previous commands in MATLAB's workspace. ! ! ! <DT><A HREF="../jmatlink/JMatLink.html#engGetOutputBuffer()"><B>engGetOutputBuffer()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Return the outputs of previous commands from a specified instance/ ! workspace form matlab. ! ! ! <DT><A HREF="../jmatlink/JMatLink.html#engGetOutputBuffer(long)"><B>engGetOutputBuffer(long)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Return the ouputs of previous commands in matlab's workspace. ! ! ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engGetScalar(java.lang.String)"><B>engGetScalar(String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Get a scalar value from MATLAB's workspace. ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engGetScalar(long, java.lang.String)"><B>engGetScalar(long, String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Get a scalar value from a specified workspace. ! <DT><A HREF="../jmatlink/JMatLink.html#engGetScalar(java.lang.String)"><B>engGetScalar(String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Get a scalar value from matlab's workspace. ! ! ! <DT><A HREF="../jmatlink/JMatLink.html#engGetScalar(long, java.lang.String)"><B>engGetScalar(long, String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>Get a scalar value from a specified workspace. ! ! ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engGetVariable(java.lang.String)"><B>engGetVariable(String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Get an array from MATLAB's workspace. ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engGetVariable(long, java.lang.String)"><B>engGetVariable(long, String)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD>Get an array from a specified instance/workspace of MATLAB. ! <DT><A HREF="../jmatlink/CoreJMatLink.html#engGetVisible(long)"><B>engGetVisible(long)</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> <DD> + <DT><A HREF="../jmatlink/JMatLink.html#engGetVisible(long)"><B>engGetVisible(long)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>return the visibility status of the Matlab window + <DT><A HREF="../jmatlink/CoreJMatLink.html#engOpen(java.lang.String)"><B>engOpen(String)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD>Open engine. + <DT><A HREF="../jmatlink/JMatLink.html#engOpen()"><B>engOpen()</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Open engine. + <DT><A HREF="../jmatlink/JMatLink.html#engOpen(java.lang.String)"><B>engOpen(String)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Open engine. + <DT><A HREF="../jmatlink/CoreJMatLink.html#engOpenSingleUse(java.lang.String)"><B>engOpenSingleUse(String)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD>Open engine for single use. + <DT><A HREF="../jmatlink/JMatLink.html#engOpenSingleUse()"><B>engOpenSingleUse()</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>engOpenSingleUse ***************************** + Open engine for single use. + <DT><A HREF="../jmatlink/JMatLink.html#engOpenSingleUse(java.lang.String)"><B>engOpenSingleUse(String)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Open engine for single use. + <DT><A HREF="../jmatlink/CoreJMatLink.html#engOutputBuffer()"><B>engOutputBuffer()</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD>Return the outputs of previous commands from MATLAB's workspace. + <DT><A HREF="../jmatlink/CoreJMatLink.html#engOutputBuffer(long, int)"><B>engOutputBuffer(long, int)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD>Return the ouputs of previous commands in MATLAB's workspace. + <DT><A HREF="../jmatlink/JMatLink.html#engOutputBuffer()"><B>engOutputBuffer()</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Return the outputs of previous commands from matlab's workspace. + + + <DT><A HREF="../jmatlink/JMatLink.html#engOutputBuffer(long)"><B>engOutputBuffer(long)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Return the outputs of previous commands from a specified instance/ + workspace form matlab. + + + <DT><A HREF="../jmatlink/JMatLink.html#engOutputBuffer(long, int)"><B>engOutputBuffer(long, int)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Return the ouputs of previous commands in matlab's workspace. + + + <DT><A HREF="../jmatlink/JMatLink.html#engPutArray(java.lang.String, int)"><B>engPutArray(String, int)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Put an array into a specified workspace. + + + <DT><A HREF="../jmatlink/JMatLink.html#engPutArray(java.lang.String, double)"><B>engPutArray(String, double)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Put an array into matlab's workspace. + + + <DT><A HREF="../jmatlink/JMatLink.html#engPutArray(long, java.lang.String, double)"><B>engPutArray(long, String, double)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Put an array into a specified instance/workspace of matlab. + + + <DT><A HREF="../jmatlink/JMatLink.html#engPutArray(java.lang.String, double[])"><B>engPutArray(String, double[])</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Put an array (1 dimensional) into a specified instance/workspace of + matlab. + + + <DT><A HREF="../jmatlink/JMatLink.html#engPutArray(long, java.lang.String, double[])"><B>engPutArray(long, String, double[])</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Put an array (1 dimensional) into a specified instance/workspace of + matlab. + + + <DT><A HREF="../jmatlink/JMatLink.html#engPutArray(java.lang.String, double[][])"><B>engPutArray(String, double[][])</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Put an array (2 dimensional) into matlab's workspace. + + + <DT><A HREF="../jmatlink/JMatLink.html#engPutArray(long, java.lang.String, double[][])"><B>engPutArray(long, String, double[][])</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Put an array (2 dimensional) into a specified instance/workspace of + matlab. + + + <DT><A HREF="../jmatlink/CoreJMatLink.html#engPutVariable(java.lang.String, double[][])"><B>engPutVariable(String, double[][])</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD>Put an array (2 dimensional) into MATLAB's workspace. + <DT><A HREF="../jmatlink/CoreJMatLink.html#engPutVariable(long, java.lang.String, double[][])"><B>engPutVariable(long, String, double[][])</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD>Put an array (2 dimensional) into a specified instance/workspace of + MATLAB. + <DT><A HREF="../jmatlink/CoreJMatLink.html#engSetVisible(long, boolean)"><B>engSetVisible(long, boolean)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD> + <DT><A HREF="../jmatlink/JMatLink.html#engSetVisible(long, boolean)"><B>engSetVisible(long, boolean)</B></A> - + Method in class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> + <DD>Set the visibility of the Matlab window </DL> <HR> *************** *** 92,100 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 282,289 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 132,136 **** <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> </BODY> --- 321,325 ---- <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> </BODY> Index: index-8.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/index-files/index-8.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index-8.html 8 Oct 2005 16:26:48 -0000 1.1 --- index-8.html 2 Nov 2005 19:21:32 -0000 1.2 *************** *** 3,9 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> ! M-Index </TITLE> --- 3,9 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> ! T-Index </TITLE> *************** *** 14,18 **** function windowTitle() { ! parent.document.title="M-Index"; } </SCRIPT> --- 14,18 ---- function windowTitle() { ! parent.document.title="T-Index"; } </SCRIPT> *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 51,55 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-7.html"><B>PREV LETTER</B></A> ! <A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> --- 50,54 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-7.html"><B>PREV LETTER</B></A> ! NEXT LETTER</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> *************** *** 72,96 **** <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> ! <A NAME="_M_"><!-- --></A><H2> ! <B>M</B></H2> <DL> ! <DT><A HREF="../jmatlink/testsuite/Benchmark01.html#main(java.lang.String[])"><B>main(String[])</B></A> - ! Static method in class jmatlink.testsuite.<A HREF="../jmatlink/testsuite/Benchmark01.html" title="class in jmatlink.testsuite">Benchmark01</A> ! <DD> ! <DT><A HREF="../jmatlink/testsuite/EnduranceTest01.html#main(java.lang.String[])"><B>main(String[])</B></A> - ! Static method in class jmatlink.testsuite.<A HREF="../jmatlink/testsuite/EnduranceTest01.html" title="class in jmatlink.testsuite">EnduranceTest01</A> <DD> ! <DT><A HREF="../jmatlink/testsuite/StressTest01.html#main(java.lang.String[])"><B>main(String[])</B></A> - ! Static method in class jmatlink.testsuite.<A HREF="../jmatlink/testsuite/StressTest01.html" title="class in jmatlink.testsuite">StressTest01</A> <DD> ! <DT><A HREF="../jmatlink/ui/SimpleTestGui.html#main(java.lang.String[])"><B>main(String[])</B></A> - ! Static method in class jmatlink.ui.<A HREF="../jmatlink/ui/SimpleTestGui.html" title="class in jmatlink.ui">SimpleTestGui</A> ! <DD>main class for this GUI ! <DT><A HREF="../jmatlink/ui/SimpleTextGUI01.html#main(java.lang.String[])"><B>main(String[])</B></A> - ! Static method in class jmatlink.ui.<A HREF="../jmatlink/ui/SimpleTextGUI01.html" title="class in jmatlink.ui">SimpleTextGUI01</A> <DD> ! <DT><A HREF="../jmatlink/ui/SimpleTextGUI02.html#main(java.lang.String[])"><B>main(String[])</B></A> - ! Static method in class jmatlink.ui.<A HREF="../jmatlink/ui/SimpleTextGUI02.html" title="class in jmatlink.ui">SimpleTextGUI02</A> <DD> </DL> --- 71,89 ---- <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> ! <A NAME="_T_"><!-- --></A><H2> ! <B>T</B></H2> <DL> ! <DT><A HREF="../jmatlink/CoreJMatLink.html#THREAD_DEAD"><B>THREAD_DEAD</B></A> - ! Static variable in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> <DD> ! <DT><A HREF="../jmatlink/CoreJMatLink.html#THREAD_DYING"><B>THREAD_DYING</B></A> - ! Static variable in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> <DD> ! <DT><A HREF="../jmatlink/CoreJMatLink.html#THREAD_RUNNING"><B>THREAD_RUNNING</B></A> - ! Static variable in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> <DD> ! <DT><A HREF="../jmatlink/CoreJMatLink.html#THREAD_STARTING"><B>THREAD_STARTING</B></A> - ! Static variable in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> <DD> </DL> *************** *** 107,115 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 100,107 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 126,130 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-7.html"><B>PREV LETTER</B></A> ! <A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> --- 118,122 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-7.html"><B>PREV LETTER</B></A> ! NEXT LETTER</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" target="_top"><B>FRAMES</B></A> *************** *** 147,151 **** <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> </BODY> --- 139,143 ---- <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> </BODY> Index: index-10.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/index-files/index-10.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index-10.html 8 Oct 2005 16:26:48 -0000 1.1 --- index-10.html 2 Nov 2005 19:21:32 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> S-Index --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> S-Index *************** *** 72,76 **** <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> <A NAME="_S_"><!-- --></A><H2> <B>S</B></H2> --- 72,76 ---- <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> <A NAME="_S_"><!-- --></A><H2> <B>S</B></H2> *************** *** 155,159 **** <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> </BODY> --- 155,159 ---- <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> </BODY> Index: index-6.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/index-files/index-6.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index-6.html 8 Oct 2005 16:26:48 -0000 1.1 --- index-6.html 2 Nov 2005 19:21:32 -0000 1.2 *************** *** 3,9 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> ! J-Index </TITLE> --- 3,9 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Wed Nov 02 20:21:41 CET 2005 --> <TITLE> ! R-Index </TITLE> *************** *** 14,18 **** function windowTitle() { ! parent.document.title="J-Index"; } </SCRIPT> --- 14,18 ---- function windowTitle() { ! parent.document.title="R-Index"; } </SCRIPT> *************** *** 32,40 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 32,39 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 72,93 **** <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> ! <A NAME="_J_"><!-- --></A><H2> ! <B>J</B></H2> <DL> ! <DT><A HREF="../jmatlink/JMatLink.html" title="class in jmatlink"><B>JMatLink</B></A> - class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A>.<DD> <DT><A HREF="../jmatlink/JMatLink.html#JMatLink()"><B>JMatLink()</B></A> - ! Constructor for class jmatlink.<A HREF="../jmatlink/JMatLink.html" title="class in jmatlink">JMatLink</A> ! <DD>This is the constructor for the JMatLink library. ! ! ! <DT><A HREF="../jmatlink/JMatLinkException.html" title="class in jmatlink"><B>JMatLinkException</B></A> - exception jmatlink.<A HREF="../jmatlink/JMatLinkException.html" title="class in jmatlink">JMatLinkException</A>.<DD>JMatLink specific exception ! This is the standard exeption for JMatLink.<DT><A HREF="../jmatlink/JMatLinkException.html#JMatLinkException()"><B>JMatLinkException()</B></A> - ! Constructor for class jmatlink.<A HREF="../jmatlink/JMatLinkException.html" title="class in jmatlink">JMatLinkException</A> ! <DD>Create a new exception object ! <DT><A HREF="../jmatlink/JMatLinkException.html#JMatLinkException(java.lang.String)"><B>JMatLinkException(String)</B></A> - ! Constructor for class jmatlink.<A HREF="../jmatlink/JMatLinkException.html" title="class in jmatlink">JMatLinkException</A> ! <DD>Set the message text ! This is the standard exception for JMatLink. ! <DT><A HREF="../jmatlink/package-summary.html"><B>jmatlink</B></A> - package jmatlink<DD> <DT><A HREF="../jmatlink/testsuite/package-summary.html"><B>jmatlink.testsuite</B></A> - package jmatlink.testsuite<DD> <DT><A HREF="../jmatlink/testsuite/jmatlink/package-summary.html"><B>jmatlink.testsuite.jmatlink</B></A> - package jmatlink.testsuite.jmatlink<DD> <DT><A HREF="../jmatlink/ui/package-summary.html"><B>jmatlink.ui</B></A> - package jmatlink.ui<DD> </DL> <HR> --- 71,82 ---- <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> ! <A NAME="_R_"><!-- --></A><H2> ! <B>R</B></H2> <DL> ! <DT><A HREF="../jmatlink/CoreJMatLink.html#run()"><B>run()</B></A> - ! Method in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> ! <DD> ! </DL> <HR> *************** *** 102,110 **** <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> --- 91,98 ---- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> ! <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../jmatlink/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> *************** *** 142,146 **** <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> </BODY> --- 130,134 ---- <!-- ======== END OF BOTTOM NAVBAR ======= --> ! <A HREF="index-1.html">C</A> <A HREF="index-2.html">E</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">J</A> <A HREF="index-5.html">K</A> <A HREF="index-6.html">R</A> <A HREF="index-7.html">S</A> <A HREF="index-8.html">T</A> <HR> </BODY> Index: index-11.html =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/doc/javadoc/index-files/index-11.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index-11.html 8 Oct 2005 16:26:48 -0000 1.1 --- index-11.html 2 Nov 2005 19:21:32 -0000 1.2 *************** *** 3,7 **** <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sat Oct 08 18:28:34 CEST 2005 --> <TITLE> T-Index --- 3,7 ---- <HTML> <HEAD> ! <!-- Generated by javadoc (build 1.4.2_06) on Sun Oct 30 18:42:26 CET 2005 --> <TITLE> T-Index *************** *** 72,79 **** <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> <A NAME="_T_"><!-- --></A><H2> <B>T</B></H2> <DL> <DT><A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink"><B>testCoreJMatLink</B></A> - class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink">testCoreJMatLink</A>.<DD> <DT><A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html#testCoreJMatLink()"><B>testCoreJMatLink()</B></A> - Constructor for class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink">testCoreJMatLink</A> --- 72,91 ---- <!-- ========= END OF TOP NAVBAR ========= --> ! <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">R</A> <A HREF="index-10.html">S</A> <A HREF="index-11.html">T</A> <HR> <A NAME="_T_"><!-- --></A><H2> <B>T</B></H2> <DL> + <DT><A HREF="../jmatlink/CoreJMatLink.html#THREAD_DEAD"><B>THREAD_DEAD</B></A> - + Static variable in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD> + <DT><A HREF="../jmatlink/CoreJMatLink.html#THREAD_DYING"><B>THREAD_DYING</B></A> - + Static variable in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD> + <DT><A HREF="../jmatlink/CoreJMatLink.html#THREAD_RUNNING"><B>THREAD_RUNNING</B></A> - + Static variable in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD> + <DT><A HREF="../jmatlink/CoreJMatLink.html#THREAD_STARTING"><B>THREAD_STARTING</B></A> - + Static variable in class jmatlink.<A HREF="../jmatlink/CoreJMatLink.html" title="class in jmatlink">CoreJMatLink</A> + <DD> <DT><A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink"><B>testCoreJMatLink</B></A> - class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink">testCoreJMatLink</A>.<DD> <DT><A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html#testCoreJMatLink()"><B>testCoreJMatLink()</B></A> - Constructor for class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink">testCoreJMatLink</A> *************** *** 244,247 **** --- 256,268 ---- Method in class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testCoreJMatLink.html" title="class in jmatlink.testsuite.jmatlink">testCoreJMatLink</A> <DD> + <DT><A HREF="../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"><B>testEngineThread</B></A> - class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink">testEngineThread</A>.<DD> <DT><A HREF="../jmatlink/testsuite/jmatlink/testEngineThread.html#testEngineThread()"><B>testEngineThread()</B></A> - + Constructor for class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink">testEngineThread</A> + <DD> + <DT><A HREF="../jmatlink/testsuite/jmatlink/testEngineThread.html#testEngineThread01()"><B>testEngineThread01()</B></A> - + Method in class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink">testEngineThread</A> + <DD> + <DT><A HREF="../jmatlink/testsuite/jmatlink/testEngineThread.html#testEngineThread02()"><B>testEngineThread02()</B></A> - + Method in class jmatlink.testsuite.jmatlink.<A HREF="../jmatlink/testsuite/jmatlink/testEngineThread.html" title="class in jmatlink.testsuite.jmatlink"... [truncated message content] |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:01:55
|
Update of /cvsroot/jmatlink/jmatlink/src/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17328/src/jmatlink Modified Files: JMatLink.c JMatLink.h CoreJMatLink.java Log Message: removed residues of engGetCharArray Index: CoreJMatLink.java =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/CoreJMatLink.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** CoreJMatLink.java 2 Nov 2005 18:44:06 -0000 1.14 --- CoreJMatLink.java 2 Nov 2005 19:01:46 -0000 1.15 *************** *** 59,63 **** private final static int engOutputBufferI = 7; private final static int engGetOutputBufferI = 8; ! private final static int engGetCharArrayI = 9; private final static int destroyJMatLinkI = 10; private final static int engOpenSingleUseI = 11; --- 59,63 ---- private final static int engOutputBufferI = 7; private final static int engGetOutputBufferI = 8; ! //private final static int engGetCharArrayI = 9; private final static int destroyJMatLinkI = 10; private final static int engOpenSingleUseI = 11; *************** *** 75,79 **** private double[][] engGetVariableD; private double[][] engPutVariable2dD; ! private String[] engGetCharArrayS; private long epL; /* Engine pointer */ private int retValI; /* return Value of eng-methods */ --- 75,79 ---- private double[][] engGetVariableD; private double[][] engPutVariable2dD; ! //private String[] engGetCharArrayS; private long epL; /* Engine pointer */ private int retValI; /* return Value of eng-methods */ *************** *** 120,124 **** private native double engGetScalarNATIVE (long epL, String nameS ); private native double[][] engGetVariableNATIVE (long epL, String nameS ); ! private native String[] engGetCharArrayNATIVE (long epL, String nameS ); private native void engPutVariableNATIVE (long epL, String matrixS, double[][] valuesDD); --- 120,124 ---- private native double engGetScalarNATIVE (long epL, String nameS ); private native double[][] engGetVariableNATIVE (long epL, String nameS ); ! //private native String[] engGetCharArrayNATIVE (long epL, String nameS ); private native void engPutVariableNATIVE (long epL, String matrixS, double[][] valuesDD); *************** *** 777,783 **** break; ! case engGetCharArrayI: engGetCharArrayS = engGetCharArrayNATIVE(epL, arrayS ); ! releaseWaitForValue(); ! break; case engPutVariableI: engPutVariableNATIVE( epL, arrayS, engPutVariable2dD ); --- 777,783 ---- break; ! //case engGetCharArrayI: engGetCharArrayS = engGetCharArrayNATIVE(epL, arrayS ); ! // releaseWaitForValue(); ! // break; case engPutVariableI: engPutVariableNATIVE( epL, arrayS, engPutVariable2dD ); Index: JMatLink.h =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/JMatLink.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** JMatLink.h 10 Jul 2005 10:17:33 -0000 1.9 --- JMatLink.h 2 Nov 2005 19:01:46 -0000 1.10 *************** *** 33,38 **** #undef jmatlink_CoreJMatLink_engGetOutputBufferI #define jmatlink_CoreJMatLink_engGetOutputBufferI 8L - #undef jmatlink_CoreJMatLink_engGetCharArrayI - #define jmatlink_CoreJMatLink_engGetCharArrayI 9L #undef jmatlink_CoreJMatLink_destroyJMatLinkI #define jmatlink_CoreJMatLink_destroyJMatLinkI 10L --- 33,36 ---- *************** *** 43,46 **** --- 41,52 ---- #undef jmatlink_CoreJMatLink_engGetVisibleI #define jmatlink_CoreJMatLink_engGetVisibleI 13L + #undef jmatlink_CoreJMatLink_THREAD_DEAD + #define jmatlink_CoreJMatLink_THREAD_DEAD 0L + #undef jmatlink_CoreJMatLink_THREAD_STARTING + #define jmatlink_CoreJMatLink_THREAD_STARTING 1L + #undef jmatlink_CoreJMatLink_THREAD_RUNNING + #define jmatlink_CoreJMatLink_THREAD_RUNNING 2L + #undef jmatlink_CoreJMatLink_THREAD_DYING + #define jmatlink_CoreJMatLink_THREAD_DYING 3L /* * Class: jmatlink_CoreJMatLink *************** *** 117,128 **** /* * Class: jmatlink_CoreJMatLink - * Method: engGetCharArrayNATIVE - * Signature: (JLjava/lang/String;)[Ljava/lang/String; - */ - JNIEXPORT jobjectArray JNICALL Java_jmatlink_CoreJMatLink_engGetCharArrayNATIVE - (JNIEnv *, jobject, jlong, jstring); - - /* - * Class: jmatlink_CoreJMatLink * Method: engPutVariableNATIVE * Signature: (JLjava/lang/String;[[D)V --- 123,126 ---- Index: JMatLink.c =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/JMatLink.c,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** JMatLink.c 8 Oct 2005 16:39:27 -0000 1.19 --- JMatLink.c 2 Nov 2005 19:01:46 -0000 1.20 *************** *** 447,479 **** * @return */ ! JNIEXPORT jobjectArray JNICALL Java_jmatlink_CoreJMatLink_engGetCharArrayNATIVE ! (JNIEnv *env, jobject jthis, jlong enginePtr, jstring arrayS_JNI) ! { ! const char *arrayS = (*env)->GetStringUTFChars(env, arrayS_JNI, 0); ! mxArray *arrayP; ! if (debugB) printf("native engGetArray %s \n",arrayS); ! arrayP = engGetVariable( (Engine *)enginePtr, arrayS); ! if (arrayP == NULL) { ! printf("Could not get array %s from MATLAB workspace.\n", arrayS); ! (*env)->ReleaseStringUTFChars(env, arrayS_JNI, arrayS); // free memory ! return NULL; ! } ! if (mxIsChar(arrayP) != 0) { ! printf("The array %s is not of type char.\n", arrayS); ! (*env)->ReleaseStringUTFChars(env, arrayS_JNI, arrayS); // free memory ! return NULL; ! } ! mxDestroyArray(arrayP); // free memory ! (*env)->ReleaseStringUTFChars(env, arrayS_JNI, arrayS); // free memory ! } // end engGetCharArrayNATIVE --- 447,479 ---- * @return */ ! //JNIEXPORT jobjectArray JNICALL Java_jmatlink_CoreJMatLink_engGetCharArrayNATIVE ! // (JNIEnv *env, jobject jthis, jlong enginePtr, jstring arrayS_JNI) ! //{ ! // const char *arrayS = (*env)->GetStringUTFChars(env, arrayS_JNI, 0); ! // mxArray *arrayP; ! // if (debugB) printf("native engGetArray %s \n",arrayS); ! // arrayP = engGetVariable( (Engine *)enginePtr, arrayS); ! // if (arrayP == NULL) { ! // printf("Could not get array %s from MATLAB workspace.\n", arrayS); ! // (*env)->ReleaseStringUTFChars(env, arrayS_JNI, arrayS); // free memory ! // return NULL; ! // } ! // if (mxIsChar(arrayP) != 0) { ! // printf("The array %s is not of type char.\n", arrayS); ! // (*env)->ReleaseStringUTFChars(env, arrayS_JNI, arrayS); // free memory ! // return NULL; ! // } ! // mxDestroyArray(arrayP); // free memory ! // (*env)->ReleaseStringUTFChars(env, arrayS_JNI, arrayS); // free memory ! //} // end engGetCharArrayNATIVE |
|
From: Stefan M. <st_...@us...> - 2005-11-02 19:01:14
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17135 Modified Files: build.xml Log Message: move JMatLink.dll and remove temporary files Index: build.xml =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 30 Oct 2005 17:28:45 -0000 1.2 --- build.xml 2 Nov 2005 19:01:02 -0000 1.3 *************** *** 36,39 **** --- 36,44 ---- </exec> + <move file="${build.src}/jmatlink/JMatLink.dll" todir="${build.dir}" /> + <delete file="${build.src}/jmatlink/JMatLink.obj" /> + <delete file="${build.src}/jmatlink/JMatLink.tds" /> + + </target> |
|
From: Stefan M. <st_...@us...> - 2005-11-02 18:55:27
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15789 Modified Files: ToDo.txt Log Message: Index: ToDo.txt =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/ToDo.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ToDo.txt 29 Oct 2005 15:49:25 -0000 1.22 --- ToDo.txt 2 Nov 2005 18:55:18 -0000 1.23 *************** *** 1,4 **** --- 1,5 ---- ############# things to do ################## + 2005/11/02 stefan cleanup residues of engGetCharArray 2005/10/29 stefan provide makefiles for Linux 2005/10/23 stefan include a mechanism to get images (e.g. jpegs) from matlab into jmatlink. |
|
From: Stefan M. <st_...@us...> - 2005-11-02 18:44:21
|
Update of /cvsroot/jmatlink/jmatlink/src/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13752/src/jmatlink Modified Files: JMatLink.java CoreJMatLink.java Log Message: comments and removed a function from CoreJMatLink Index: CoreJMatLink.java =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/CoreJMatLink.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** CoreJMatLink.java 1 Nov 2005 21:07:50 -0000 1.13 --- CoreJMatLink.java 2 Nov 2005 18:44:06 -0000 1.14 *************** *** 24,28 **** package jmatlink; ! import java.io.*; import java.util.Vector; --- 24,28 ---- package jmatlink; ! //import java.io.*; import java.util.Vector; *************** *** 582,604 **** /** Get an 'char' array (string) from MATLAB's workspace. */ ! public synchronized String[] engGetCharArray(String arrayS) ! { ! // convert to double array ! engEvalString( "engGetCharArrayD=double(" + arrayS +")" ); ! ! // get double array ! double[][] arrayD = engGetVariable("engGetCharArrayD"); ! ! // delete temporary double array ! engEvalString("clear engGetCharArrayD"); ! ! // If array "engGetCharArrayD" does not exist in MATLAB's workspace ! // immediately return null ! if (arrayD == null) return null; ! ! // convert double back to char ! return double2String( arrayD ); ! } ! --- 582,603 ---- /** Get an 'char' array (string) from MATLAB's workspace. */ ! // public synchronized String[] engGetCharArray(String arrayS) ! //{ ! // // convert to double array ! // engEvalString( "engGetCharArrayD=double(" + arrayS +")" ); ! // ! // // get double array ! // double[][] arrayD = engGetVariable("engGetCharArrayD"); ! // ! // // delete temporary double array ! // engEvalString("clear engGetCharArrayD"); ! // ! // // If array "engGetCharArrayD" does not exist in MATLAB's workspace ! // // immediately return null ! // if (arrayD == null) return null; ! // ! // // convert double back to char ! // return double2String( arrayD ); ! //} *************** *** 885,912 **** // Convert an n*n double array to n*1 String vector ! private String[] double2String(double[][] d) ! { ! ! // Check if array is not empty ! if (d == null) ! { ! /* double[][] array is NULL */ ! return null; ! } ! ! String encodeS[]=new String[d.length]; // String vector ! ! // for all rows ! for (int n=0; n<d.length; n++){ ! byte b[] = new byte[d[n].length]; ! // convert row from double to byte ! for (int i=0; i<d[n].length ;i++) b[i]=(byte)d[n][i]; ! ! // convert byte to String ! try { encodeS[n] = new String(b, "UTF8");} ! catch (UnsupportedEncodingException e) {} ! } ! return encodeS; ! } // end double2String } // end class JMatLink --- 884,911 ---- // Convert an n*n double array to n*1 String vector ! // private String[] double2String(double[][] d) ! //{ ! // ! // // Check if array is not empty ! // if (d == null) ! // { ! // // double[][] array is NULL ! // return null; ! // } ! // ! // String encodeS[]=new String[d.length]; // String vector ! // ! // // for all rows ! // for (int n=0; n<d.length; n++){ ! // byte b[] = new byte[d[n].length]; ! // // convert row from double to byte ! // for (int i=0; i<d[n].length ;i++) b[i]=(byte)d[n][i]; ! // ! // // convert byte to String ! // try { encodeS[n] = new String(b, "UTF8");} ! // catch (UnsupportedEncodingException e) {} ! // } ! // return encodeS; ! //} // end double2String } // end class JMatLink Index: JMatLink.java =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/JMatLink.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** JMatLink.java 27 Oct 2005 20:36:12 -0000 1.21 --- JMatLink.java 2 Nov 2005 18:44:06 -0000 1.22 *************** *** 25,29 **** // current version of JMatLink ! private final String VERSION = "JMatLink_V01_01_00"; /** This is the constructor for the JMatLink library. --- 25,29 ---- // current version of JMatLink ! private final String VERSION = "JMatLink_V1.2.0"; /** This is the constructor for the JMatLink library. *************** *** 46,49 **** --- 46,54 ---- /** Returns the current version of JMatLink * + * <p>E.g.:<br> + * <pre> + * JMatLink engine = new JMatLink(); + * System.out.println("version 0 "+ <b>engine.getVersion()</b>); + * </pre> * @return VERSION of JMatLink */ *************** *** 94,107 **** { int i=0; while (i<10) { if ((coreJMatLink.getThreadStatus() == CoreJMatLink.THREAD_RUNNING) || (coreJMatLink.getThreadStatus() == CoreJMatLink.THREAD_DEAD)) { coreJMatLink.engOpen(startCmdS); return; } ! System.out.println("J starting or dying"); i++; try { --- 99,118 ---- { int i=0; + + // try to start the engine 10 times while (i<10) { + // check if engine is running or dead, and then try to open a new engine connection if ((coreJMatLink.getThreadStatus() == CoreJMatLink.THREAD_RUNNING) || (coreJMatLink.getThreadStatus() == CoreJMatLink.THREAD_DEAD)) { + // thread is running or dead -> call engine open function coreJMatLink.engOpen(startCmdS); return; } ! // if this code part is reached the engine thread is starting or dying ! // -> wait some time and then check all over again ! if (debugB) System.out.println("J starting or dying"); i++; try { *************** *** 110,116 **** catch (InterruptedException e){} } throw(new JMatLinkException("engine still starting or dying")); - //coreJMatLink.engOpen(startCmdS); } --- 121,129 ---- catch (InterruptedException e){} } + + // if this part is reached the engine thread has been in a transition phase + // dying or starting for a very long period of time without completion throw(new JMatLinkException("engine still starting or dying")); } *************** *** 157,167 **** int i=0; while (i<10) { if ((coreJMatLink.getThreadStatus() == CoreJMatLink.THREAD_RUNNING) || (coreJMatLink.getThreadStatus() == CoreJMatLink.THREAD_DEAD)) return coreJMatLink.engOpenSingleUse(startCmdS); ! System.out.println("J starting or dying"); i++; try { --- 170,188 ---- int i=0; + + // try to start the engine 10 times while (i<10) { + // check if engine is running or dead, and then try to open a new engine connection if ((coreJMatLink.getThreadStatus() == CoreJMatLink.THREAD_RUNNING) || (coreJMatLink.getThreadStatus() == CoreJMatLink.THREAD_DEAD)) + { + // thread is running or dead -> call engine open function return coreJMatLink.engOpenSingleUse(startCmdS); + } ! // if this code part is reached the engine thread is starting or dying ! // -> wait some time and then check all over again ! if (debugB) System.out.println("J starting or dying"); i++; try { *************** *** 170,175 **** catch (InterruptedException e){} } throw(new JMatLinkException("engine still starting or dying")); ! } --- 191,199 ---- catch (InterruptedException e){} } + + // if this part is reached the engine thread has been in a transition phase + // dying or starting for a very long period of time without completion throw(new JMatLinkException("engine still starting or dying")); ! } *************** *** 230,237 **** ! /** * ! * @param epI ! * @param visB */ public void engSetVisible(long epI, boolean visB) --- 254,261 ---- ! /** Set the visibility of the Matlab window * ! * @param epI engine handle ! * @param visB desired visiblity true/false */ public void engSetVisible(long epI, boolean visB) *************** *** 241,248 **** ! /** * ! * @param epI ! * @return */ public boolean engGetVisible(long epI) --- 265,272 ---- ! /** return the visibility status of the Matlab window * ! * @param epI engine handle ! * @return visiblity true/false */ public boolean engGetVisible(long epI) *************** *** 424,431 **** ! // public void engPutArray( String arrayS, int[] valuesI ) ! // { ! // engPutArray( this.epI, arrayS, (double[])valuesI ); ! // } // public void engPutArray( String arrayS, long valuesI ) --- 448,455 ---- ! // public void engPutArray( String arrayS, int[] valuesI ) ! // { ! // engPutArray( this.epI, arrayS, (double[])valuesI ); ! // } // public void engPutArray( String arrayS, long valuesI ) |
|
From: Stefan M. <st_...@us...> - 2005-11-02 18:44:17
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13752 Modified Files: ChangeLog.txt Log Message: comments and removed a function from CoreJMatLink Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/ChangeLog.txt,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** ChangeLog.txt 30 Oct 2005 17:29:25 -0000 1.42 --- ChangeLog.txt 2 Nov 2005 18:44:07 -0000 1.43 *************** *** 6,12 **** # "doc" for improvments of documentation ! release of JMatLink 1.1.x ! 2005/ 2005/ 2005/10/30 stefan changed build.xml and added task to compile c-file to dll 2005/10/29 stefan changed CoreJMatLink.java added more useful text if loading of --- 6,14 ---- # "doc" for improvments of documentation ! release of JMatLink 1.2.x 2005/ + 2005/11/02 stefan changed JMatLink.java added more comments + 2005/11/02 stefan changed CoreJMatLink.java removed engGetCharArray from file, + function is still available in JMatLink.java 2005/10/30 stefan changed build.xml and added task to compile c-file to dll 2005/10/29 stefan changed CoreJMatLink.java added more useful text if loading of |
|
From: Stefan M. <st_...@us...> - 2005-11-01 21:09:48
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31509 Modified Files: HowToMakeARelease.txt Log Message: more information on how to create a release Index: HowToMakeARelease.txt =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/HowToMakeARelease.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HowToMakeARelease.txt 15 Oct 2005 16:21:49 -0000 1.1 --- HowToMakeARelease.txt 1 Nov 2005 21:09:41 -0000 1.2 *************** *** 3,5 **** ! * change src/jmatlink/JMatLink.java and put in the new VERSION string \ No newline at end of file --- 3,13 ---- ! * change src/jmatlink/JMatLink.java and put in the new VERSION string ! ! * create the javadoc documentation ! ! * run the test scripts once again ! ! * call the make process to build the release files: ant release ! ! * create the release at sourceforge.net \ No newline at end of file |
|
From: Stefan M. <st_...@us...> - 2005-11-01 21:08:00
|
Update of /cvsroot/jmatlink/jmatlink/src/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31014/src/jmatlink Modified Files: CoreJMatLink.java Log Message: preparation for Version 1.2.0 Index: CoreJMatLink.java =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/CoreJMatLink.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CoreJMatLink.java 29 Oct 2005 16:25:04 -0000 1.12 --- CoreJMatLink.java 1 Nov 2005 21:07:50 -0000 1.13 *************** *** 204,208 **** releaseEngineLock(); ! if (debugB) System.out.println("JMatLink restart"); } --- 204,208 ---- releaseEngineLock(); ! if (debugB) System.out.println("JMatLink restarted"); } *************** *** 210,214 **** * to engOpen() or engOpenSingleUse() MUST be made. * ! * @return */ public int getThreadStatus() --- 210,214 ---- * to engOpen() or engOpenSingleUse() MUST be made. * ! * @return status of the CoreJMatLink thread (DEAD, STARTING, DYING, RUNNING) */ public int getThreadStatus() *************** *** 224,227 **** --- 224,228 ---- lockEngineLock(); + // set current thread status from RUNNING to DYING threadStatus = THREAD_DYING; *************** *** 237,241 **** /** Returns the number of currently opened engines * ! * @param number of open engines */ public int getNoOfEngines() --- 238,242 ---- /** Returns the number of currently opened engines * ! * @return number of open engines */ public int getNoOfEngines() |
|
From: Stefan M. <st_...@us...> - 2005-10-30 17:29:36
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6741 Modified Files: ChangeLog.txt Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/ChangeLog.txt,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** ChangeLog.txt 29 Oct 2005 16:25:04 -0000 1.41 --- ChangeLog.txt 30 Oct 2005 17:29:25 -0000 1.42 *************** *** 9,13 **** 2005/ 2005/ ! 2005/ 2005/10/29 stefan changed CoreJMatLink.java added more useful text if loading of the library failed. --- 9,13 ---- 2005/ 2005/ ! 2005/10/30 stefan changed build.xml and added task to compile c-file to dll 2005/10/29 stefan changed CoreJMatLink.java added more useful text if loading of the library failed. |
|
From: Stefan M. <st_...@us...> - 2005-10-30 17:28:53
|
Update of /cvsroot/jmatlink/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6593 Modified Files: build.xml Log Message: added task to compile c-file to dll Index: build.xml =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.xml 27 Oct 2005 14:13:40 -0000 1.1 --- build.xml 30 Oct 2005 17:28:45 -0000 1.2 *************** *** 22,25 **** --- 22,42 ---- <!-- ================================================================= --> + <!-- C O M P I L E --> + <!-- ================================================================= --> + <target name="compile" depends="env"> + + <!-- compile object file --> + <exec executable="bcc32" dir="${build.src}/jmatlink/" > + <arg line="-Ic:\j2sdk1.4.2_06\include -Ic:\j2sdk1.4.2_06\include\Win32 -c -3 -a8 -w- -b -g30 -Ic:\bcc\INCLUDE -oJMatLink.obj -IC:\MATLAB6p5\extern\include -IC:\MATLAB6p5\simulink\include -O1 -DNDEBUG JMatLink.c"/> + </exec> + + <!-- link object file to DLL --> + <exec executable="bcc32" dir="${build.src}/jmatlink/" > + <arg line="-DLL -eJMatLink.dll -tWD -Lc:\bcc\lib\32bit -Lc:\bcc\lib -LC:\MATLAB6p5\extern\lib\win32\borland\bc50 libmx.lib libmat.lib libeng.lib JMatLink.obj" /> + </exec> + + </target> + + <!-- ================================================================= --> <!-- R E L E A S E --> <!-- ================================================================= --> |
|
From: Stefan M. <st_...@us...> - 2005-10-29 16:25:11
|
Update of /cvsroot/jmatlink/jmatlink/src/jmatlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17075/src/jmatlink Modified Files: CoreJMatLink.java Log Message: added more comments if loading of the library failed Index: CoreJMatLink.java =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/CoreJMatLink.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CoreJMatLink.java 27 Oct 2005 20:36:12 -0000 1.11 --- CoreJMatLink.java 29 Oct 2005 16:25:04 -0000 1.12 *************** *** 138,146 **** } catch (UnsatisfiedLinkError e) { ! System.out.println("ERROR: Could not load the JMatLink library"); ! System.out.println(" This error occures, if the path to"); ! System.out.println(" MATLAB's <matlab>\\bin directory is"); ! System.out.println(" not set properly."); ! System.out.println(" Or if JMatLink.dll is not found."); } } --- 138,169 ---- } catch (UnsatisfiedLinkError e) { ! ! // print some useful information for fault tracking ! System.out.println("ERROR: Could not load the JMatLink library"); ! System.out.println(" Win: This error occures, if the path to"); ! System.out.println(" MATLAB's <matlab>\\bin directory is"); ! System.out.println(" not set properly."); ! System.out.println(" Or if JMatLink.dll is not found.\n"); ! System.out.println(" Linux: Check if <matlab>/extern/lib/glnx86 (libeng.so, libmat.so, etc.)"); ! System.out.println(" and <matlab>/sys/os/glnx86 (libstdc++-libc6.1-2.so.3) are in your path.\n"); ! System.out.println(" (you can also copy missing libraries to your local path).\n"); ! ! System.out.println("**** Find important information below ****"); ! String os_name = System.getProperty("os.name"); ! System.out.println("OS Name = "+ os_name); ! ! String libpathnames = System.getProperty("java.library.path"); ! System.out.println("Libpathnames = "+libpathnames); ! ! String classpathnames = System.getProperty("java.classpath"); ! System.out.println("Classpathnames = "+classpathnames); ! ! String os_dependant_lib_file_name = System.mapLibraryName("JMatLink"); ! System.out.println("os dependant lib file name = "+ os_dependant_lib_file_name); ! ! System.out.println("**** Copy all above text and send it to ****"); ! System.out.println("**** st...@he... ****"); ! System.out.println("**** for inspection and fault tracking ****"); ! } } |