Packages 
Package Description
org.palladiosimulator.probeframework
This package contains all classes relevant within the Probe Framework.
org.palladiosimulator.probeframework.calculator
Calculators attach themselves to (a set of) probes to transform their measures to a measurement to be used further (e.g., for visualization or recording).
org.palladiosimulator.probeframework.calculator.internal
The Probe Framework provides a factory class (@see DefaultCalculatorFactory) to create calculator objects.
org.palladiosimulator.probeframework.exceptions
This package provides all exception specifications that may be thrown within the Probe Framework.
org.palladiosimulator.probeframework.measurement
This package contains data classes encapsulating probe-related measurements.
org.palladiosimulator.probeframework.probes
Probes specify which probe type they measure (using metrics such as "current time" or "CPU state/queue size").
org.palladiosimulator.probeframework.probes.example
Provides mockups of measurable entities like resources and example probe strategies that are able to measure these entites.
org.palladiosimulator.probeframework.probes.listener
This package provides all listeners available for probes.