Uses of Enum Class
neqsim.integration.EOSComparison.EOSType
Packages that use EOSComparison.EOSType
-
Uses of EOSComparison.EOSType in neqsim.integration
Subclasses with type arguments of type EOSComparison.EOSType in neqsim.integrationModifier and TypeClassDescriptionstatic enumSupported equation of state types.Fields in neqsim.integration declared as EOSComparison.EOSTypeModifier and TypeFieldDescriptionfinal EOSComparison.EOSTypeEOSComparison.EOSResult.eosTypeEOS type used.Fields in neqsim.integration with type parameters of type EOSComparison.EOSTypeModifier and TypeFieldDescriptionprivate List<EOSComparison.EOSType> EOSComparison.eosTypesEOS types to compare.Methods in neqsim.integration that return EOSComparison.EOSTypeModifier and TypeMethodDescriptionstatic EOSComparison.EOSTypeReturns the enum constant of this class with the specified name.static EOSComparison.EOSType[]EOSComparison.EOSType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.integration with parameters of type EOSComparison.EOSTypeModifier and TypeMethodDescriptionprivate SystemInterfaceEOSComparison.createSystem(EOSComparison.EOSType type) Creates a SystemInterface for the specified EOS type.private EOSComparison.EOSResultEOSComparison.evaluateEOS(EOSComparison.EOSType type) Evaluates a single EOS type.EOSComparison.ComparisonResult.getResult(EOSComparison.EOSType type) Gets the result for a specific EOS type.EOSComparison.setEOSTypes(EOSComparison.EOSType... types) Sets which EOS types to compare.Constructors in neqsim.integration with parameters of type EOSComparison.EOSTypeModifierConstructorDescription(package private)EOSResult(EOSComparison.EOSType eosType) Creates a successful result.(package private)EOSResult(EOSComparison.EOSType eosType, String error) Creates a failed result.