ACRUSalinity.Data
Class DFertilizerFluxRecord

java.lang.Object
  extended byACRU.Data.DData
      extended byACRU.Data.DFluxRecord
          extended byACRU.Data.DDoubleFluxRecord
              extended byACRUSalinity.Data.DFertilizerFluxRecord

public class DFertilizerFluxRecord
extends ACRU.Data.DDoubleFluxRecord

Stores and performs an internal salt balance computations on the total fertilizer and gypsum applied to a particular land NB. this data object is for use only with the process under development to account the impact of fertilizer and gypsum applicaton on surface TDS balance.


Field Summary
 
Fields inherited from class ACRU.Data.DDoubleFluxRecord
 
Fields inherited from class ACRU.Data.DFluxRecord
allocationList, inFluxList, outFluxList, storageList
 
Fields inherited from class ACRU.Data.DData
 
Constructor Summary
DFertilizerFluxRecord()
           
DFertilizerFluxRecord(ACRU.Components.CComponent saltOwner, double initialAllocStorage)
           
DFertilizerFluxRecord(ACRU.Components.CComponent saltOwner, java.lang.Double initialAllocStorage)
           
DFertilizerFluxRecord(double initialUnallocStorage)
           
DFertilizerFluxRecord(java.lang.Double initialUnallocStorage)
          Stores the total quantity of fertilizer and gypsum in a particular land.
DFertilizerFluxRecord(double initialUnallocStorage, ACRU.Components.CComponent saltOwner, double initialAllocStorage)
           
DFertilizerFluxRecord(java.lang.Double initialUnallocStorage, ACRU.Components.CComponent saltOwner, java.lang.Double initialAllocStorage)
           
DFertilizerFluxRecord(double initialUnallocStorage, java.util.Hashtable initialSaltAllocList)
           
DFertilizerFluxRecord(java.lang.Double initialUnallocStorage, java.util.Hashtable initialSaltAllocList)
           
 
Methods inherited from class ACRU.Data.DDoubleFluxRecord
addInFluxComponent, addInFluxDataSource, addInFluxDataSource, addInFluxValue, addInFluxValue, addInFluxValue, addOutFluxComponent, addOutFluxDataStore, addOutFluxDataStore, addOutFluxValue, addOutFluxValue, addOutFluxValue, addToAllocatedStorage, addToAmountOwnedIn, addToCurrentStorage, addToCurrentStorage, addToCurrentStorage, addToCurrentStorage, addToCurrentStorage, addToCurrentStorage, addToCurrentStorage, addToUnallocatedStorage, checkValue, getAllocatedStorage, getAmountOwnedIn, getCurrentStorage, getInFluxDataSources, getInfluxRecordString, getInFluxValue, getInFluxValue, getInFluxValue, getLowerStorageLimit, getOutFluxDataStores, getOutfluxRecordString, getOutFluxValue, getOutFluxValue, getOutFluxValue, getPrecisionTolerance, getPreviousStorage, getResourceAllocationString, getResourceOwnershipString, getTotalAllocatedStorage, getTotalAmountOwned, getTotalInFluxes, getTotalOutFluxes, getUnallocatedStorage, getUpperStorageLimit, reallocateStorage, reallocateStorage, reallocateStorage, reallocateStorage, reallocateStorage, resetInOutFluxes, setAllocatedStorage, setAmountOwnedIn, setCurrentStorage, setInFluxValue, setInFluxValue, setInFluxValue, setLowerStorageLimit, setOutFluxValue, setOutFluxValue, setOutFluxValue, setPrecisionTolerance, setUnallocatedStorage, setUpperStorageLimit, subtractFromAllocatedStorage, subtractFromAmountOwnedIn, subtractFromCurrentStorage, subtractFromCurrentStorage, subtractFromCurrentStorage, subtractFromCurrentStorage, subtractFromCurrentStorage, subtractFromCurrentStorage, subtractFromCurrentStorage, subtractFromUnallocatedStorage, toString, updatePreviousStorage
 
Methods inherited from class ACRU.Data.DFluxRecord
addInFluxComponents, addOutFluxComponents, getAllocationRecord, getAllocComponents, getInFluxComponents, getOutFluxComponents, getStorageComponents, getStorageRecord, getTypeAllocComponents, getTypeInFluxComponents, getTypeOutFluxComponents, getTypeStorageComponents
 
Methods inherited from class ACRU.Data.DData
addToDataReference, finalize, getDataObjectList, getDataObjectList, getOwnerComponent, removeFromDataReference, removeOwnerComponent, setOwnerComponent
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DFertilizerFluxRecord

public DFertilizerFluxRecord()

DFertilizerFluxRecord

public DFertilizerFluxRecord(double initialUnallocStorage)
                      throws ACRU.Exceptions.EException

DFertilizerFluxRecord

public DFertilizerFluxRecord(java.lang.Double initialUnallocStorage)
                      throws ACRU.Exceptions.EException
Stores the total quantity of fertilizer and gypsum in a particular land.


DFertilizerFluxRecord

public DFertilizerFluxRecord(ACRU.Components.CComponent saltOwner,
                             double initialAllocStorage)
                      throws ACRU.Exceptions.EException

DFertilizerFluxRecord

public DFertilizerFluxRecord(ACRU.Components.CComponent saltOwner,
                             java.lang.Double initialAllocStorage)
                      throws ACRU.Exceptions.EException

DFertilizerFluxRecord

public DFertilizerFluxRecord(double initialUnallocStorage,
                             ACRU.Components.CComponent saltOwner,
                             double initialAllocStorage)
                      throws ACRU.Exceptions.EException

DFertilizerFluxRecord

public DFertilizerFluxRecord(java.lang.Double initialUnallocStorage,
                             ACRU.Components.CComponent saltOwner,
                             java.lang.Double initialAllocStorage)
                      throws ACRU.Exceptions.EException

DFertilizerFluxRecord

public DFertilizerFluxRecord(double initialUnallocStorage,
                             java.util.Hashtable initialSaltAllocList)
                      throws ACRU.Exceptions.EException

DFertilizerFluxRecord

public DFertilizerFluxRecord(java.lang.Double initialUnallocStorage,
                             java.util.Hashtable initialSaltAllocList)
                      throws ACRU.Exceptions.EException


Hosted by www.Geocities.ws

1