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.
|
java.lang.String[][] |
insert(java.lang.String filename,
java.lang.String[] features,
java.lang.String... password)
Insert result features from an mph file into the result list of this
model and returns the result of the operation as a double string
array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. |
boolean |
isOnlyPlotWhenRequested()
Returns true if plots selected in the Model Builder only should be
updated when the user explicitly requests it.
|
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.
|
void |
setOnlyPlotWhenRequested(boolean value)
Set if plots selected in the Model Builder only should be updated when
the user explicitly requests it.
|
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 (1, 2, or 3).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.java.lang.String[][] insert(java.lang.String filename, java.lang.String[] features, java.lang.String... password)
filename
- The file name.features
- The tags of the result features to insert.password
- Optional password for opening the file.boolean isOnlyPlotWhenRequested()
true
if updating a plot requires a user action.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.void setOnlyPlotWhenRequested(boolean value)
value
- true
if updating a plot should require a user action.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.