Uses of Class
neqsim.process.processmodel.dexpi.DexpiInstrumentInfo
Packages that use DexpiInstrumentInfo
Package
Description
DEXPI integration layer for importing and exporting P&ID data.
-
Uses of DexpiInstrumentInfo in neqsim.process.processmodel.dexpi
Methods in neqsim.process.processmodel.dexpi that return types with arguments of type DexpiInstrumentInfoModifier and TypeMethodDescriptionprivate List<DexpiInstrumentInfo> DexpiSimulationBuilder.parseDexpiInstruments(Document document) Parses DEXPI instrument info from the XML document.private static List<DexpiInstrumentInfo> DexpiXmlReader.parseInstruments(Document document) Parses all ProcessInstrumentationFunction elements from the document, resolving loop and actuator associations.(package private) static List<DexpiInstrumentInfo> DexpiXmlReader.parseInstrumentsFromDocument(Document document) Parses instruments from an already-parsed DEXPI XML Document.static List<DexpiInstrumentInfo> DexpiXmlReader.readInstruments(File file) Reads instrument metadata from a DEXPI XML file.static List<DexpiInstrumentInfo> DexpiXmlReader.readInstruments(InputStream inputStream) Reads instrument metadata from a DEXPI XML stream.Method parameters in neqsim.process.processmodel.dexpi with type arguments of type DexpiInstrumentInfoModifier and TypeMethodDescriptionprivate voidDexpiSimulationBuilder.applyAutoInstrumentation(ProcessSystem processSystem, List<DexpiInstrumentInfo> dexpiInstruments) Applies auto-instrumentation using the DynamicProcessHelper, then logs associations between DEXPI instrument tags and auto-generated transmitters/controllers. -
Uses of DexpiInstrumentInfo in neqsim.process.util
Methods in neqsim.process.util that return types with arguments of type DexpiInstrumentInfoModifier and TypeMethodDescriptionDynamicProcessHelper.readDexpiInstruments(File file) Reads instrument metadata from a DEXPI XML file.