public interface Results extends ModelEntity, IListMove, java.lang.Iterable<PropFeature>
Modifier and Type | Method and Description |
---|---|
void |
clear()
Remove all entities in the list.
|
void |
clearStoredPlotData()
Clears the plot data stored in plot features (plot groups, plots, and
plot attributes).
|
ResultFeature |
create(java.lang.String tag,
int dimension)
Creates a plot group, of a certain dimension.
|
ResultFeature |
create(java.lang.String tag,
java.lang.String type)
Create a result feature of a certain type.
|
DatasetFeatureList |
dataset()
Gets the data set feature list.
|
DatasetFeature |
dataset(java.lang.String tag)
Gets a data set feature with a given tag.
|
ResultFeature |
duplicate(java.lang.String newTag,
java.lang.String tag)
Creates a new feature in the list with the same settings as the
original.
|
EvaluationGroupFeatureList |
evaluationGroup()
Gets the evaluation group list.
|
EvaluationGroupFeature |
evaluationGroup(java.lang.String tag)
Gets an evaluation group feature with a given tag.
|
ExportFeatureList |
export()
Gets an export feature list.
|
ExportFeature |
export(java.lang.String tag)
Gets an export feature with a given tag.
|
ResultFeature |
get(java.lang.String tag)
Gets a feature in the list with a given tag.
|
NumericalFeatureList |
numerical()
Gets a numerical feature list.
|
NumericalFeature |
numerical(java.lang.String tag)
Gets a numerical feature with a given tag.
|
ResultParam |
param()
Returns the parameters.
|
void |
remove(java.lang.String tag)
Remove a plot group with a given tag.
|
ReportFeatureList |
report()
Gets a report feature list.
|
ReportFeature |
report(java.lang.String tag)
Gets a report feature with a given tag.
|
int |
size()
Determines the number of plot groups.
|
TableFeatureList |
table()
Get the list of table features.
|
TableFeature |
table(java.lang.String tag)
Get the table feature with a given tag.
|
java.lang.String[] |
tags()
Returns the tags of all result features.
|
java.lang.String |
uniquetag(java.lang.String tag)
Returns a unique tag in the list context.
|
active, 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, version
getContainer, getDisplayString
void clear()
void clearStoredPlotData()
ResultFeature create(java.lang.String tag, java.lang.String type)
tag
- Result feature tag.type
- Result feature type.ResultFeature create(java.lang.String tag, int dimension)
tag
- Plot group tag.dimension
- Plot group dimension.DatasetFeatureList dataset()
DatasetFeature dataset(java.lang.String tag)
tag
- Data set feature tag.ResultFeature duplicate(java.lang.String newTag, java.lang.String tag)
newTag
- Tag of new feature.tag
- Tag of duplicated feature.EvaluationGroupFeatureList evaluationGroup()
EvaluationGroupFeature evaluationGroup(java.lang.String tag)
tag
- Evaluation group feature tag.ExportFeatureList export()
ExportFeature export(java.lang.String tag)
tag
- Gets an export feature with a given tag.ResultFeature get(java.lang.String tag)
tag
- Result feature tag.NumericalFeatureList numerical()
NumericalFeature numerical(java.lang.String tag)
tag
- Numerical feature tag.ResultParam param()
void remove(java.lang.String tag)
tag
- Plot group tag.ReportFeatureList report()
ReportFeature report(java.lang.String tag)
tag
- Report feature tag.int size()
TableFeatureList table()
TableFeature table(java.lang.String tag)
tag
- Table feature tag.java.lang.String[] tags()
java.lang.String uniquetag(java.lang.String tag)
tag
- The base for the unique tag.