Uses of Enum Class
neqsim.process.processmodel.diagram.PFDLayoutPolicy.PhaseZone
Packages that use PFDLayoutPolicy.PhaseZone
Package
Description
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of PFDLayoutPolicy.PhaseZone in neqsim.process.processmodel.diagram
Subclasses with type arguments of type PFDLayoutPolicy.PhaseZone in neqsim.process.processmodel.diagramModifier and TypeClassDescriptionstatic enumVertical phase zone for gravity-based positioning.Methods in neqsim.process.processmodel.diagram that return PFDLayoutPolicy.PhaseZoneModifier and TypeMethodDescriptionprivate PFDLayoutPolicy.PhaseZonePFDLayoutPolicy.classifyByUpstreamPhase(ProcessNode node) Classifies a node's phase zone by tracing its upstream connections.private PFDLayoutPolicy.PhaseZonePFDLayoutPolicy.classifyLiquidZone(ProcessNode node) Classifies a liquid processing node as oil or water zone.PFDLayoutPolicy.classifyPhaseZone(ProcessNode node) Determines the vertical phase zone for a node.static PFDLayoutPolicy.PhaseZoneReturns the enum constant of this class with the specified name.static PFDLayoutPolicy.PhaseZone[]PFDLayoutPolicy.PhaseZone.values()Returns an array containing the constants of this enum class, in the order they are declared.