biouml.plugins.matlab
Interface JMatLinkInterface

All Known Implementing Classes:
JMatLinkJDK14

public interface JMatLinkInterface


Method Summary
 void engClose()
           
 void engClose(java.lang.Integer engineId)
           
 void engEvalString(java.lang.Integer engineId, java.lang.String script)
           
 double[][] engGetArray(java.lang.Integer engineId, java.lang.String arrayS)
           
 double[][] engGetArray(java.lang.String arrayS)
           
 double[] engGetVector(java.lang.String arrayS)
           
 java.lang.Integer engOpen()
           
 java.lang.Integer engOpenSingleUse()
           
 java.lang.String engOutputBuffer()
           
 java.lang.String engOutputBuffer(java.lang.Integer engineId)
           
 java.lang.String getErrorMessage()
           
 

Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

engOpenSingleUse

public java.lang.Integer engOpenSingleUse()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

engOpen

public java.lang.Integer engOpen()
                          throws java.lang.Exception
Throws:
java.lang.Exception

engEvalString

public void engEvalString(java.lang.Integer engineId,
                          java.lang.String script)
                   throws java.lang.Exception
Throws:
java.lang.Exception

engClose

public void engClose(java.lang.Integer engineId)
              throws java.lang.Exception
Throws:
java.lang.Exception

engClose

public void engClose()
              throws java.lang.Exception
Throws:
java.lang.Exception

engOutputBuffer

public java.lang.String engOutputBuffer()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

engOutputBuffer

public java.lang.String engOutputBuffer(java.lang.Integer engineId)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

engGetVector

public double[] engGetVector(java.lang.String arrayS)
                      throws java.lang.Exception
Throws:
java.lang.Exception

engGetArray

public double[][] engGetArray(java.lang.String arrayS)
                       throws java.lang.Exception
Throws:
java.lang.Exception

engGetArray

public double[][] engGetArray(java.lang.Integer engineId,
                              java.lang.String arrayS)
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.