Class DexpiRoundTripProfile
java.lang.Object
neqsim.process.processmodel.DexpiRoundTripProfile
Describes validation profiles for round-tripping DEXPI data through NeqSim.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classstatic final classProfile validation result. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanstatic DexpiRoundTripProfileReturns a minimal profile guaranteeing that imported data can be executed and exported.validate(ProcessSystem processSystem) Validates the supplied process system against the profile.
-
Field Details
-
name
-
-
Constructor Details
-
DexpiRoundTripProfile
-
-
Method Details
-
minimalRunnableProfile
Returns a minimal profile guaranteeing that imported data can be executed and exported.- Returns:
- profile enforcing stream metadata and equipment tagging
-
validate
Validates the supplied process system against the profile.- Parameters:
processSystem- process system produced from DEXPI data- Returns:
- validation result indicating success and listing violations
-
isBlank
-