Uses of Enum Class
neqsim.process.processmodel.diagram.PFDLayoutPolicy.ProcessPosition
Packages that use PFDLayoutPolicy.ProcessPosition
Package
Description
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of PFDLayoutPolicy.ProcessPosition in neqsim.process.processmodel.diagram
Subclasses with type arguments of type PFDLayoutPolicy.ProcessPosition in neqsim.process.processmodel.diagramModifier and TypeClassDescriptionstatic enumHorizontal process position for left-to-right flow convention.Methods in neqsim.process.processmodel.diagram that return PFDLayoutPolicy.ProcessPositionModifier and TypeMethodDescriptionPFDLayoutPolicy.classifyHorizontalPosition(ProcessNode node, ProcessGraph graph) Determines the horizontal process position for a node.Returns the enum constant of this class with the specified name.static PFDLayoutPolicy.ProcessPosition[]PFDLayoutPolicy.ProcessPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.