HEADER

biouml.editor.tool
Class JMatLinkJDK13


public class JMatLinkJDK13
implements JMatLinkInterface


Constructor Summary
JMatLinkJDK13()
           

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

Constructor Detail

JMatLinkJDK13

public JMatLinkJDK13()
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

Association Links

to Class JMatLink


FOOTER

BOTTOM