Uses of Class
xal.extension.wirescan.profile.ProfileData
Packages that use ProfileData
-
Uses of ProfileData in xal.extension.wirescan.profile
Methods in xal.extension.wirescan.profile that return ProfileDataModifier and TypeMethodDescriptionstatic ProfileDataProfileData.copy(ProfileData dataOrg) Make and return a deep copy of the given data set.static ProfileDataCreate a new, uninitialized instance ofProfileData, reserving the given amount of space for data.ProfileDataProcessor.getProcessedData()Return the processed profile data object.ProfileDataProcessor.getRawData()Return the raw profile data object.Methods in xal.extension.wirescan.profile with parameters of type ProfileDataModifier and TypeMethodDescriptionstatic ProfileDataProfileData.copy(ProfileData dataOrg) Make and return a deep copy of the given data set.Constructors in xal.extension.wirescan.profile with parameters of type ProfileDataModifierConstructorDescriptionProfileDataProcessor(ProfileData dataOrg) Create a newProfileDataProcessorobject attached to the given profile data object.ProfileDataStatistics(ProfileData pdoData) Create a newProfileDataStatisticsobject and attach it to the given profile data set.