Uses of Class
pulse.AbstractData
-
Packages that use AbstractData Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.pulse.input.listeners Package contains listeners and event types which are used to track any runtime changes with the internal data structures defined inpulseandpulse.input.pulse.io.export Package contains the PULsE export API, which currently consists of different exporter classes, an export manager, an XML converter and a MassExporter class.pulse.io.readers The main class of this package isReaderManager.pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes. -
-
Uses of AbstractData in pulse
Subclasses of AbstractData in pulse Modifier and Type Class Description classHeatingCurveTheHeatingCurverepresents a time-temperature profile (aAbstractDatainstance) generated using a calculation algorithm implemented by aProblem'sSolver.Constructors in pulse with parameters of type AbstractData Constructor Description AbstractData(AbstractData d)Copy constructor. -
Uses of AbstractData in pulse.input
Subclasses of AbstractData in pulse.input Modifier and Type Class Description classExperimentalDataAnExperimentalDataobject is essentially aAbstractDatawith adjustable range and linkedMetadata. -
Uses of AbstractData in pulse.input.listeners
Methods in pulse.input.listeners that return AbstractData Modifier and Type Method Description AbstractDataDataEvent. getData()Used to get theExperimentalDataobject that has undergone certain changes specified by this event type.Constructors in pulse.input.listeners with parameters of type AbstractData Constructor Description DataEvent(DataEventType type, AbstractData data)Constructs aDataEventobject, combining thetypeand associateddata -
Uses of AbstractData in pulse.io.export
Methods in pulse.io.export that return types with arguments of type AbstractData Modifier and Type Method Description Class<AbstractData>CurveExporter. target()Methods in pulse.io.export with parameters of type AbstractData Modifier and Type Method Description voidCurveExporter. printToStream(AbstractData hc, FileOutputStream fos, Extension extension) -
Uses of AbstractData in pulse.io.readers
Methods in pulse.io.readers with parameters of type AbstractData Modifier and Type Method Description protected static voidNetzschCSVReader. populate(AbstractData data, BufferedReader reader) -
Uses of AbstractData in pulse.problem.laser
Subclasses of AbstractData in pulse.problem.laser Modifier and Type Class Description classNumericPulseDataAn instance of theAbstractDataclass, which also declares anexternalID.
-