public interface FunctionFeature extends PropFeature, IPlotAndImageExport
| Modifier and Type | Method and Description |
|---|---|
FunctionFeature |
create(java.lang.String tag,
java.lang.String oper)
Create a function.
|
ResultFeature |
createPlot(java.lang.String plotGroupTag)
Creates a plot group with plots for the function.
|
void |
discardData()
Discard any imported data.
|
void |
exportData(java.lang.String filename)
Export data.
|
FunctionFeatureList |
feature()
Returns all functions.
|
FunctionFeature |
feature(java.lang.String tag)
Return a function.
|
java.lang.String[] |
functionNames()
Get function names.
|
void |
importData()
Import data.
|
void |
importData(java.lang.String filename)
Import data from specified file.
|
FunctionFeature |
model(java.lang.String model)
Sets the model of the function.
|
void |
refresh()
Reread the files that this function depends on, if any.
|
getAllowedPropertyValues, 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, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, versiongetContainer, getDisplayStringimageFunctionFeature create(java.lang.String tag, java.lang.String oper)
tag - Feature tag.oper - Type of function.ResultFeature createPlot(java.lang.String plotGroupTag)
plotGroupTag - The plot group tag.void discardData()
void exportData(java.lang.String filename)
filename - File name.FunctionFeatureList feature()
FunctionFeature feature(java.lang.String tag)
tag - Function tag.java.lang.String[] functionNames()
void importData()
void importData(java.lang.String filename)
filename - File name.FunctionFeature model(java.lang.String model)
model in interface ModelEntitymodel - Model node tag.void refresh()