Class AbstractGeneratedTextRReportItem
java.lang.Object
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractRReportItem
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractGeneratedTextRReportItem
- All Implemented Interfaces:
IReportItem
- Direct Known Subclasses:
RCommandRReportItem
Abstract class describing R report item which are generated.
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractRReportItem
DEFAULT_DESCRIPTION -
Constructor Summary
ConstructorsConstructorDescriptionAbstractGeneratedTextRReportItem(String description) Initializes items of this class. -
Method Summary
Modifier and TypeMethodDescriptionabstract voidUsed to calculate the data in R.abstract StringgetText()abstract voidvisit(IReportRenderingVisitor renderingVisitor) Used by the visitor to display the report item.Methods inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractRReportItem
getDescription
-
Constructor Details
-
AbstractGeneratedTextRReportItem
Initializes items of this class.- Parameters:
description- Description of the item represented by this object.
-
-
Method Details
-
generateData
Used to calculate the data in R. Initializes the generation of data for the report item.- Parameters:
re- connection to the R engine used for the generation
-
visit
Used by the visitor to display the report item. Used to render the report item.- Specified by:
visitin interfaceIReportItem- Specified by:
visitin classAbstractRReportItem- Parameters:
renderingVisitor- Visitor used for rendering the content of each item.
-
getText
- Returns:
- The textual representation of this report item.
-