org.keridwen.modelling.monitoring.model.io
Interface MonitoringNodeExport

All Known Implementing Classes:
MonitoringNodeCurveExportToCSV, MonitoringNodeExportToVtk, MonitoringNodeMap2DExportToCSV

public interface MonitoringNodeExport

This interface is used to define methods used to export DataField stored in a MonitoringNode.


Method Summary
 void export(String fileOutput, com.artenum.penelope.field.interfaces.DataField<?,?> dataFields)
          Export the DataField stored in a MonitoringNode.
 String[] getExtensions()
           
 FileFilter getFileFilter()
           
 

Method Detail

export

void export(String fileOutput,
            com.artenum.penelope.field.interfaces.DataField<?,?> dataFields)
Export the DataField stored in a MonitoringNode.

Parameters:
fileOutput - the path of the file exported.

getFileFilter

FileFilter getFileFilter()
Returns:
a FileFilter which contains informations about export.

getExtensions

String[] getExtensions()
Returns:
an array of extensions.


Copyright © 2012-2013 Artenum. All Rights Reserved.