Uses of Enum Class
neqsim.process.processmodel.diagram.EquipmentRole
Packages that use EquipmentRole
Package
Description
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of EquipmentRole in neqsim.process.processmodel.diagram
Subclasses with type arguments of type EquipmentRole in neqsim.process.processmodel.diagramModifier and TypeClassDescriptionenumClassifies process equipment by its functional role in the process.Fields in neqsim.process.processmodel.diagram with type parameters of type EquipmentRoleModifier and TypeFieldDescriptionprivate final Map<ProcessEquipmentInterface, EquipmentRole> PFDLayoutPolicy.roleCacheCache for equipment role classifications.Methods in neqsim.process.processmodel.diagram that return EquipmentRoleModifier and TypeMethodDescriptionprivate EquipmentRolePFDLayoutPolicy.classifyByPhase(ProcessEquipmentInterface equipment) Classifies equipment role based on the phase of its fluid.PFDLayoutPolicy.classifyEquipment(ProcessEquipmentInterface equipment) Classifies the role of process equipment for layout purposes.private EquipmentRolePFDLayoutPolicy.determineRole(ProcessEquipmentInterface equipment) Determines the role of equipment based on its type and context.static EquipmentRoleReturns the enum constant of this class with the specified name.static EquipmentRole[]EquipmentRole.values()Returns an array containing the constants of this enum class, in the order they are declared.