HEADER

biouml.editor.tool
Interface JMatLinkInterface

All Known Implementing Classes:
JMatLinkJDK13, JMatLinkJDK14

public interface JMatLinkInterface


Method Summary
 voidengClose(Integer engineId)
           
 voidengClose()
           
 voidengEvalString(Integer engineId, String script)
           
 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

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