Uses of Class
nl.tudelft.simulation.language.DsolException
Package
Description
Helper classes for reflection (e.g. get ALL constructors or ALL fields of a class).
-
Uses of DsolException in nl.tudelft.simulation.language.reflection
Modifier and TypeMethodDescriptionstatic void
StateSaver.restoreState
(Object target, byte[] state) Retrieve the earlier saved state of a single object and write it into an object (which could be a clone or the original object).static byte[]
Save the state of a single object into another object.