insensa.connections
Class CMultiplication

java.lang.Object
  extended by insensa.connections.AbstractConnection
      extended by insensa.connections.CMultiplication
All Implemented Interfaces:
ConnectionFileChanger, FileObserver, java.lang.Runnable

public class CMultiplication
extends AbstractConnection


Field Summary
private static java.lang.String MULTIPLICATION
           
 
Fields inherited from class insensa.connections.AbstractConnection
E_OUTPUT_NAME, E_OUTPUT_PATH, fileNameList, id, ID, OUTPUT_NAME, OUTPUT_SET, outputFile, outputFileName, outputFileSet, rasterFileList, separator, used, USED, workerStatus, XML_ELEMENT_FILE
 
Constructor Summary
CMultiplication()
           
 
Method Summary
 java.lang.String getConnectionName()
           
 AttributeTable getData()
           
 void write()
           
 
Methods inherited from class insensa.connections.AbstractConnection
addAttributeValue, addElement, check, getChildElement, getConnectionElement, getFileNameList, getId, getInfoDependencies, getOutputFile, getOutputFileName, getOutputFileSet, getRasterFileList, getSouceFileRelativePaths, getSourceFileList, getVariableList, isUsed, notifyDelete, run, setConnectionElement, setId, setOutputFile, setOutputFileName, setOutputFileSet, setSourceFileList, setUsed, setVariableList, setWorkerStatus, solveDependencies, solveDependencies, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MULTIPLICATION

private static final java.lang.String MULTIPLICATION
See Also:
Constant Field Values
Constructor Detail

CMultiplication

public CMultiplication()
Method Detail

getConnectionName

public java.lang.String getConnectionName()
Returns:
See Also:
ConnectionFileChanger.getConnectionName()

getData

public AttributeTable getData()
Specified by:
getData in interface ConnectionFileChanger
Overrides:
getData in class AbstractConnection
Returns:
See Also:
AbstractConnection.getData()

write

public void write()
           throws java.io.IOException,
                  org.jdom.JDOMException,
                  CRasterFileException
Throws:
java.io.IOException
org.jdom.JDOMException
CRasterFileException
See Also:
ConnectionFileChanger.write()