Uses of Interface
neqsim.process.mechanicaldesign.torg.TorgDataSource
Packages that use TorgDataSource
Package
Description
Technical Requirements Document (TORG) framework for process design.
-
Uses of TorgDataSource in neqsim.process.mechanicaldesign
Methods in neqsim.process.mechanicaldesign with parameters of type TorgDataSourceModifier and TypeMethodDescriptionFieldDevelopmentDesignOrchestrator.addTorgDataSource(TorgDataSource dataSource) Add a TORG data source.booleanFieldDevelopmentDesignOrchestrator.loadTorg(String torgProjectId, TorgDataSource dataSource) Load TORG and apply to process system. -
Uses of TorgDataSource in neqsim.process.mechanicaldesign.torg
Classes in neqsim.process.mechanicaldesign.torg that implement TorgDataSourceModifier and TypeClassDescriptionclassCSV-based data source for loading Technical Requirements Documents (TORG).classDatabase-based data source for loading Technical Requirements Documents (TORG).Fields in neqsim.process.mechanicaldesign.torg with type parameters of type TorgDataSourceModifier and TypeFieldDescriptionprivate final List<TorgDataSource> TorgManager.dataSourcesData sources for loading TORG documents.Methods in neqsim.process.mechanicaldesign.torg with parameters of type TorgDataSourceModifier and TypeMethodDescriptionTorgManager.addDataSource(TorgDataSource dataSource) Add a data source for loading TORG documents.Constructors in neqsim.process.mechanicaldesign.torg with parameters of type TorgDataSourceModifierConstructorDescriptionTorgManager(TorgDataSource dataSource) Create a TorgManager with a single data source.