Package spold2
Class Spold2
java.lang.Object
spold2.Spold2
A utility class for working with EcoSpold 2 data sets. Basically, there are
two types of methods in this class: (1) the get-methods return the property
from the document (2) the other methods create the property and all the
intermediate data structures if it does not yet exist.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AdminInfostatic DataEntrystatic DataGeneratordataGenerator(DataSet ds) static FileAttributesstatic ActivitygetActivity(DataSet ds) static List<Classification>static List<ElementaryExchange>getElemFlows(DataSet ds) static GeographygetGeography(DataSet ds) static StringgetParameters(DataSet ds) static List<IntermediateExchange>getProducts(DataSet ds) static IntermediateExchangeReturns the reference product of the data set (intermediate exchange with outputGroup=0).static Representativenessstatic TechnologygetTechnology(DataSet ds) static Timestatic Representativenessstatic Validationvalidation(DataSet ds)
-
Method Details
-
getId
-
getActivity
-
getGeography
-
getTime
-
getTechnology
-
getClassifications
-
getProducts
-
getReferenceProduct
Returns the reference product of the data set (intermediate exchange with outputGroup=0). -
getElemFlows
-
getParameters
-
getRepresentativeness
-
validation
-
representativeness
-
adminInfo
-
fileAttributes
-
dataEntry
-
dataGenerator
-