ptolemy.matlab
Class Engine.ConversionParameters

java.lang.Object
  extended by ptolemy.matlab.Engine.ConversionParameters
Enclosing class:
Engine

public static class Engine.ConversionParameters
extends java.lang.Object

Data conversion parameters used by Engine.get(long[], String, Engine.ConversionParameters).


Field Summary
 boolean getIntMatrices
          If true, double matrices where all elements represent integers are returned as IntMatrixTokens (default false).
 boolean getScalarMatrices
          If true (default), 1x1 matrices are returned as appropriate ScalarToken.
 
Constructor Summary
Engine.ConversionParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getScalarMatrices

public boolean getScalarMatrices
If true (default), 1x1 matrices are returned as appropriate ScalarToken.


getIntMatrices

public boolean getIntMatrices
If true, double matrices where all elements represent integers are returned as IntMatrixTokens (default false).

Constructor Detail

Engine.ConversionParameters

public Engine.ConversionParameters()