| Package | Description |
|---|---|
| com.mathworks.mps.client.internal |
| Modifier and Type | Method and Description |
|---|---|
Map<MWStructInfo,MWStructToBeanFactory> |
MWAttributesContainer.getChildrenStructsForParentMLOutput(Class parent) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaDataExtractor.MATLABArrayToJavaCell(MATLABArray.MATLAB_Array mlArray,
Class targetType,
Map<MWStructInfo,MWStructToBeanFactory> structToBeanFactoryCache)
Convert a MATLAB_Array protobuf message containing MATLAB cell array into target Java type.
|
Object |
JavaDataExtractor.MATLABArrayToJavaStruct(MATLABArray.MATLAB_Array mlArray,
Class targetType,
Map<MWStructInfo,MWStructToBeanFactory> structToBeanFactoryCache)
Convert a MATLAB_Array protobuf message containing a MATLAB struct into an appropriate user defined Java class
with dimensions matching those of targetType
|
Copyright © 2015–2024. All rights reserved.