Uses of Enum Class
neqsim.process.processmodel.diagram.PFDLayoutPolicy.SeparatorOutlet
Packages that use PFDLayoutPolicy.SeparatorOutlet
Package
Description
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of PFDLayoutPolicy.SeparatorOutlet in neqsim.process.processmodel.diagram
Subclasses with type arguments of type PFDLayoutPolicy.SeparatorOutlet in neqsim.process.processmodel.diagramModifier and TypeClassDescriptionstatic enumSeparator outlet type for proper positioning.Methods in neqsim.process.processmodel.diagram that return PFDLayoutPolicy.SeparatorOutletModifier and TypeMethodDescriptionPFDLayoutPolicy.classifySeparatorOutlet(ProcessEquipmentInterface separator, StreamInterface outletStream) Determines the separator outlet type for an edge leaving a separator.private PFDLayoutPolicy.SeparatorOutletPFDLayoutPolicy.classifySeparatorOutletByNameAndPhase(StreamInterface outletStream) Classifies separator outlet by stream name and phase composition.private PFDLayoutPolicy.SeparatorOutletPFDLayoutPolicy.classifyThreePhaseSeparatorOutlet(ThreePhaseSeparator separator, StreamInterface outletStream) Classifies the outlet type for a three-phase separator.Returns the enum constant of this class with the specified name.static PFDLayoutPolicy.SeparatorOutlet[]PFDLayoutPolicy.SeparatorOutlet.values()Returns an array containing the constants of this enum class, in the order they are declared.