Uses of Enum Class
neqsim.process.processmodel.diagram.DiagramDetailLevel
Packages that use DiagramDetailLevel
Package
Description
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of DiagramDetailLevel in neqsim.process.processmodel
Methods in neqsim.process.processmodel with parameters of type DiagramDetailLevelModifier and TypeMethodDescriptionProcessSystem.toDOT(DiagramDetailLevel detailLevel) Exports the process as a DOT format diagram with specified detail level. -
Uses of DiagramDetailLevel in neqsim.process.processmodel.diagram
Subclasses with type arguments of type DiagramDetailLevel in neqsim.process.processmodel.diagramModifier and TypeClassDescriptionenumDefines the level of detail to include in process flow diagrams.Fields in neqsim.process.processmodel.diagram declared as DiagramDetailLevelModifier and TypeFieldDescriptionprivate DiagramDetailLevelProcessDiagramExporter.detailLevelDetail level for the diagram.Methods in neqsim.process.processmodel.diagram that return DiagramDetailLevelModifier and TypeMethodDescriptionstatic DiagramDetailLevelReturns the enum constant of this class with the specified name.static DiagramDetailLevel[]DiagramDetailLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.processmodel.diagram with parameters of type DiagramDetailLevelModifier and TypeMethodDescriptionProcessDiagramExporter.setDetailLevel(DiagramDetailLevel detailLevel) Sets the detail level.