HEADER

biouml.editor.tool
Class JMatLinkJDK14


public class JMatLinkJDK14
implements JMatLinkInterface


Constructor Summary
JMatLinkJDK14()
           

Method Summary
 voidengClose(Integer engineId)
           
 voidengClose()
           
 voidengEvalString(Integer engineId, String script)
           
 IntegerengOpen()
           
 IntegerengOpenSingleUse()
           
 StringengOutputBuffer()
           
 StringengOutputBuffer(Integer engineId)
           
 StringgetErrorMessage()
           

Constructor Detail

JMatLinkJDK14

public JMatLinkJDK14()
throws java.lang.Exception
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