HEADER

biouml.plugins.matlab
Interface JMatLinkInterface

All Known Implementing Classes:
JMatLinkJDK13, JMatLinkJDK14

public interface JMatLinkInterface


Method Summary
 voidengClose(Integer engineId)
           
 voidengClose()
           
 voidengEvalString(Integer engineId, String script)
           
 double[][]engGetArray(String arrayS)
           
 double[][]engGetArray(Integer engineId, String arrayS)
           
 double[]engGetVector(String arrayS)
           
 IntegerengOpen()
           
 IntegerengOpenSingleUse()
           
 StringengOutputBuffer()
           
 StringengOutputBuffer(Integer engineId)
           
 StringgetErrorMessage()
           

Method Detail

engClose

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

engClose

public void engClose()
throws java.lang.Exception

engEvalString

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

engGetArray

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

engGetArray

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

engGetVector

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

engOpen

public Integer engOpen()
throws java.lang.Exception

engOpenSingleUse

public Integer engOpenSingleUse()
throws java.lang.Exception

engOutputBuffer

public String engOutputBuffer()
throws java.lang.Exception

engOutputBuffer

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

getErrorMessage

public String getErrorMessage()
throws java.lang.Exception

FOOTER

BOTTOM