Uses of Enum Class
neqsim.process.processmodel.ProcessSystemGraphvizExporter.StreamRole
Packages that use ProcessSystemGraphvizExporter.StreamRole
-
Uses of ProcessSystemGraphvizExporter.StreamRole in neqsim.process.processmodel
Subclasses with type arguments of type ProcessSystemGraphvizExporter.StreamRole in neqsim.process.processmodelFields in neqsim.process.processmodel declared as ProcessSystemGraphvizExporter.StreamRoleMethods in neqsim.process.processmodel that return ProcessSystemGraphvizExporter.StreamRoleModifier and TypeMethodDescriptionProcessSystemGraphvizExporter.inferStreamRole(String descriptor) ProcessSystemGraphvizExporter.inferStreamRole(ProcessEquipmentInterface unit, Method method, String descriptor) Returns the enum constant of this class with the specified name.ProcessSystemGraphvizExporter.StreamRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.processmodel with parameters of type ProcessSystemGraphvizExporter.StreamRoleModifier and TypeMethodDescriptionprivate voidProcessSystemGraphvizExporter.addStreamReference(ProcessEquipmentInterface unit, ProcessSystemGraphvizExporter.StreamReferences references, Object stream, ProcessSystemGraphvizExporter.StreamRole role, String descriptor) Constructors in neqsim.process.processmodel with parameters of type ProcessSystemGraphvizExporter.StreamRoleModifierConstructorDescriptionprivateStreamReference(ProcessEquipmentInterface unit, Object stream, ProcessSystemGraphvizExporter.StreamRole role, String descriptor)