This class that inherits from the Instance class and
implements the functions of extracting the text and the date of an tsms type file.
This class inherits from Instance and implements the
obtainSource and obtainDate abstracts functions.
bdpar::Instance -> ExtractorSms
Inherited methods
bdpar::Instance$addBanPipes()bdpar::Instance$addFlowPipes()bdpar::Instance$addProperties()bdpar::Instance$checkCompatibility()bdpar::Instance$getBanPipes()bdpar::Instance$getData()bdpar::Instance$getDate()bdpar::Instance$getFlowPipes()bdpar::Instance$getNamesOfProperties()bdpar::Instance$getPath()bdpar::Instance$getProperties()bdpar::Instance$getSource()bdpar::Instance$getSpecificProperty()bdpar::Instance$invalidate()bdpar::Instance$isInstanceValid()bdpar::Instance$isSpecificProperty()bdpar::Instance$setData()bdpar::Instance$setDate()bdpar::Instance$setProperties()bdpar::Instance$setSource()bdpar::Instance$setSpecificProperty()
new()Creates a ExtractorSms object.
ExtractorSms$new(path)pathA character value. Path of the tsms file.
obtainDate()Obtains the date of the SMS file.
ExtractorSms$obtainDate()
obtainSource()Obtains the source of the SMS file. Reads the file indicated in the path. In addition, it initializes the data field with the initial source.
ExtractorSms$obtainSource()
Instance character representation
clone()The objects of this class are cloneable with this method.
ExtractorSms$clone(deep = FALSE)deepWhether to make a deep clone.
Due to the fact that the creation date of the message can not be extracted from the text of an SMS, the date will be initialized to empty.
ExtractorEml, ExtractorYtbid,
Instance