public interface FunctionFeature extends PropFeature
Modifier and Type | Method and Description |
---|---|
FunctionFeature |
create(java.lang.String tag,
java.lang.String oper)
Create a 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.
|
FunctionFeature |
model(java.lang.String model)
Sets the model of the function.
|
getAllowedPropertyValues, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, properties, 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, setIndex
selection
active, 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, version
getContainer, getDisplayString
FunctionFeature create(java.lang.String tag, java.lang.String oper)
tag
- Feature tag.oper
- Type of function.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()
FunctionFeature model(java.lang.String model)
model
in interface ModelEntity
model
- Model node tag.