Package export.RExport
Class RSuperDetectionExport
- Direct Known Subclasses:
 RClickEventExport
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.renjin.sexp.ListVector.NamedBuilderaddDetectionSpecificFields(org.renjin.sexp.ListVector.NamedBuilder rData, SuperDetection dataUnit, int index) Add detection specific fields to a structure.getName()Get the name of the structureGet the unit classstatic booleanhasCompatibleUnits(List<PamDataUnit> dataUnits, RDataUnitExport mlExporter) Check whether there are compatible data units to be exported.Methods inherited from class export.RExport.RDataUnitExport
detectionHeader, detectionToStruct, doubleArr2R 
- 
Constructor Details
- 
RSuperDetectionExport
 
 - 
 - 
Method Details
- 
addDetectionSpecificFields
public org.renjin.sexp.ListVector.NamedBuilder addDetectionSpecificFields(org.renjin.sexp.ListVector.NamedBuilder rData, SuperDetection dataUnit, int index) Description copied from class:RDataUnitExportAdd detection specific fields to a structure.- Specified by:
 addDetectionSpecificFieldsin classRDataUnitExport<SuperDetection>
 - 
hasCompatibleUnits
Check whether there are compatible data units to be exported.- Parameters:
 dataUnits- - the data unit list- Returns:
 - true if MATLAB export is possible for the current data units.
 
 - 
getUnitClass
Description copied from class:RDataUnitExportGet the unit class- Specified by:
 getUnitClassin classRDataUnitExport<SuperDetection>- Returns:
 
 - 
getName
Description copied from class:RDataUnitExportGet the name of the structure- Specified by:
 getNamein classRDataUnitExport<SuperDetection>- Returns:
 
 
 -