Uses of Class
neqsim.process.mechanicaldesign.torg.TechnicalRequirementsDocument
Packages that use TechnicalRequirementsDocument
Package
Description
Technical Requirements Document (TORG) framework for process design.
-
Uses of TechnicalRequirementsDocument in neqsim.process.mechanicaldesign
Methods in neqsim.process.mechanicaldesign that return TechnicalRequirementsDocumentModifier and TypeMethodDescriptionFieldDevelopmentDesignOrchestrator.getActiveTorg()Get the active TORG. -
Uses of TechnicalRequirementsDocument in neqsim.process.mechanicaldesign.torg
Fields in neqsim.process.mechanicaldesign.torg declared as TechnicalRequirementsDocumentModifier and TypeFieldDescriptionprivate TechnicalRequirementsDocumentTorgManager.activeTorgCurrently active TORG.Fields in neqsim.process.mechanicaldesign.torg with type parameters of type TechnicalRequirementsDocumentModifier and TypeFieldDescriptionprivate Map<String, TechnicalRequirementsDocument> CsvTorgDataSource.cacheMethods in neqsim.process.mechanicaldesign.torg that return TechnicalRequirementsDocumentModifier and TypeMethodDescriptionTechnicalRequirementsDocument.Builder.build()Build the TechnicalRequirementsDocument.TorgManager.getActiveTorg()Get the currently active TORG.Methods in neqsim.process.mechanicaldesign.torg that return types with arguments of type TechnicalRequirementsDocumentModifier and TypeMethodDescriptionLoad a TORG by project ID from the configured data sources.Load a TORG by company and project name.CsvTorgDataSource.loadByCompanyAndProject(String companyIdentifier, String projectName) DatabaseTorgDataSource.loadByCompanyAndProject(String companyIdentifier, String projectName) TorgDataSource.loadByCompanyAndProject(String companyIdentifier, String projectName) Load a TORG document by company and project name.CsvTorgDataSource.loadByProjectId(String projectId) DatabaseTorgDataSource.loadByProjectId(String projectId) TorgDataSource.loadByProjectId(String projectId) Load a TORG document by project identifier.private Optional<TechnicalRequirementsDocument> DatabaseTorgDataSource.loadFromLegacyTable(String companyIdentifier) Load from the legacy TechnicalRequirements_Process table.Methods in neqsim.process.mechanicaldesign.torg with parameters of type TechnicalRequirementsDocumentModifier and TypeMethodDescriptionvoidTorgManager.apply(TechnicalRequirementsDocument torg, ProcessSystem processSystem) Apply a TORG to a process system.voidTorgManager.applyToEquipment(TechnicalRequirementsDocument torg, ProcessEquipmentInterface equipment) Apply a TORG to a single equipment item.voidTorgManager.setActiveTorg(TechnicalRequirementsDocument torg) Set the active TORG without applying it.default booleanTorgDataSource.store(TechnicalRequirementsDocument torg) Create a new TORG and store it (if the data source supports writing).default booleanTorgDataSource.update(TechnicalRequirementsDocument torg) Update an existing TORG (if the data source supports writing).