javawrapper::PackageGridValue Class Reference

Class for holding the data for a single package. More...

Inheritance diagram for javawrapper::PackageGridValue:

javawrapper::DataMemberData List of all members.

Public Member Functions

void WriteXML (BufferedWriter oOut) throws java.io.IOException
 Writes this package's data to XML.

Package Functions

 PackageGridValue (int iNumFloats, int iNumInts, int iNumChars, int iNumBools) throws ModelException
 Constructor.

Detailed Description

Class for holding the data for a single package.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Constructor & Destructor Documentation

javawrapper::PackageGridValue::PackageGridValue ( int  iNumFloats,
int  iNumInts,
int  iNumChars,
int  iNumBools 
) throws ModelException [inline, package]

Constructor.

Parameters:
iNumFloats Number of float package data members.
iNumInts Number of integer package data members.
iNumChars Number of char package data members.
iNumBools Number of bool package data members.
Exceptions:
ModelException if cell coordinates are invalid.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Function Documentation

void javawrapper::PackageGridValue::WriteXML ( BufferedWriter  oOut  )  throws java.io.IOException [inline]

Writes this package's data to XML.

Parameters:
oOut File to write to.
Exceptions:
java.io.IOException if there is a problem writing to file.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


The documentation for this class was generated from the following file:
Generated on Thu May 24 09:34:54 2007 for SORTIE Java Interface by  doxygen 1.5.2