|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.lcm.x2c.core.environment.X2cEnvironment
at.lcm.x2c.core.environment.X2cEnvironment_Scilab
public class X2cEnvironment_Scilab
Scilab environment.
Field Summary | |
---|---|
protected org.scilab.modules.javasci.Scilab |
scilab
|
Fields inherited from class at.lcm.x2c.core.environment.X2cEnvironment |
---|
logger |
Constructor Summary | |
---|---|
protected |
X2cEnvironment_Scilab()
Initializing Scilab environment |
Method Summary | |
---|---|
ExpressionEvaluationResult |
evaluateExpression(java.lang.String expression)
Deprecated. |
ExpressionEvaluationResult |
evaluateExpression(java.lang.String expression,
at.lcm.x2c.core.structure.MaskDataType maskParameterDataType)
Evaluate an Expression in the surrounding numerical environment |
void |
evaluateExpressionDirect(java.lang.String expression)
evaluate expression |
void |
reset()
reset the environment Shall only be used while testing |
Methods inherited from class at.lcm.x2c.core.environment.X2cEnvironment |
---|
getInstance, setInstance_TestingOnly, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected org.scilab.modules.javasci.Scilab scilab
Constructor Detail |
---|
protected X2cEnvironment_Scilab() throws X2cEnvironmentRuntimeException
X2cEnvironmentScilabException
org.scilab.modules.javasci.JavasciException.InitializationException
X2cEnvironmentRuntimeException
Method Detail |
---|
@Deprecated public ExpressionEvaluationResult evaluateExpression(java.lang.String expression)
evaluateExpression
in class X2cEnvironment
public ExpressionEvaluationResult evaluateExpression(java.lang.String expression, at.lcm.x2c.core.structure.MaskDataType maskParameterDataType) throws java.lang.Exception
X2cEnvironment
evaluateExpression
in class X2cEnvironment
java.lang.Exception
public void evaluateExpressionDirect(java.lang.String expression)
X2cEnvironment
evaluateExpressionDirect
in class X2cEnvironment
public void reset()
X2cEnvironment
reset
in class X2cEnvironment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |