Uses of Class
neqsim.process.util.export.ProcessSnapshot
Packages that use ProcessSnapshot
-
Uses of ProcessSnapshot in neqsim.process.util.export
Methods in neqsim.process.util.export that return ProcessSnapshotModifier and TypeMethodDescriptionProcessDelta.apply(ProcessSnapshot base, String newId) Applies this delta to a snapshot to produce a new snapshot.TimeSeriesExporter.createSnapshot(String snapshotId) Creates a ProcessSnapshot from the latest collected data.Methods in neqsim.process.util.export with parameters of type ProcessSnapshotModifier and TypeMethodDescriptionProcessDelta.apply(ProcessSnapshot base, String newId) Applies this delta to a snapshot to produce a new snapshot.private voidProcessDelta.computeDifferences(ProcessSnapshot from, ProcessSnapshot to) ProcessSnapshot.diff(ProcessSnapshot other) Calculates the difference from another snapshot.Constructors in neqsim.process.util.export with parameters of type ProcessSnapshotModifierConstructorDescriptionProcessDelta(ProcessSnapshot from, ProcessSnapshot to) Creates a delta between two snapshots.