Uses of Class
neqsim.process.mechanicaldesign.compressor.CompressorDesignFeasibilityReport.SupplierMatch
Packages that use CompressorDesignFeasibilityReport.SupplierMatch
-
Uses of CompressorDesignFeasibilityReport.SupplierMatch in neqsim.process.mechanicaldesign.compressor
Fields in neqsim.process.mechanicaldesign.compressor with type parameters of type CompressorDesignFeasibilityReport.SupplierMatchModifier and TypeFieldDescriptionprivate final List<CompressorDesignFeasibilityReport.SupplierMatch> CompressorDesignFeasibilityReport.matchingSuppliersList of matching suppliers.Methods in neqsim.process.mechanicaldesign.compressor that return CompressorDesignFeasibilityReport.SupplierMatchModifier and TypeMethodDescriptionCompressorDesignFeasibilityReport.parseSupplierLine(String line) Parse a single CSV line into a SupplierMatch.Methods in neqsim.process.mechanicaldesign.compressor that return types with arguments of type CompressorDesignFeasibilityReport.SupplierMatchModifier and TypeMethodDescriptionCompressorDesignFeasibilityReport.getMatchingSuppliers()Get the list of matching suppliers.CompressorDesignFeasibilityReport.loadSupplierDatabase()Load supplier data from the CompressorSuppliers.csv resource file.Methods in neqsim.process.mechanicaldesign.compressor with parameters of type CompressorDesignFeasibilityReport.SupplierMatchModifier and TypeMethodDescriptionprivate booleanCompressorDesignFeasibilityReport.isSupplierMatch(CompressorDesignFeasibilityReport.SupplierMatch supplier) Check whether a supplier can build a compressor for the current requirements.