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 inpulse
andpulse.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 class
HeatingCurve
TheHeatingCurve
represents a time-temperature profile (aAbstractData
instance) 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 class
ExperimentalData
AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
. -
Uses of AbstractData in pulse.input.listeners
Methods in pulse.input.listeners that return AbstractData Modifier and Type Method Description AbstractData
DataEvent. getData()
Used to get theExperimentalData
object 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 aDataEvent
object, combining thetype
and 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 void
CurveExporter. 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 void
NetzschCSVReader. populate(AbstractData data, BufferedReader reader)
-
Uses of AbstractData in pulse.problem.laser
Subclasses of AbstractData in pulse.problem.laser Modifier and Type Class Description class
NumericPulseData
An instance of theAbstractData
class, which also declares anexternalID
.
-