public interface ReportFeature extends ResultBaseFeature
| Modifier and Type | Method and Description |
|---|---|
ReportFeature |
create(java.lang.String tag,
java.lang.String type)
Creates a report feature.
|
ReportFeatureList |
feature()
Returns all report features.
|
ReportFeature |
feature(java.lang.String tag)
Returns a report feature.
|
void |
generate()
Generates a report from the current model.
|
void |
run()
Writes report.
|
hasWarning, problem, problem, runCommandgetAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, selection, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndexselectionactive, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, versiongetContainer, getDisplayStringReportFeature create(java.lang.String tag, java.lang.String type)
tag - Report feature tag.type - Report feature type.ReportFeatureList feature()
ReportFeature feature(java.lang.String tag)
tag - Report feature tag.void generate()
void run()