public interface SolverFeatureList extends PropFeatureList<SolverFeature>, IListMove
Modifier and Type | Method and Description |
---|---|
SolverFeature |
create(java.lang.String tag,
java.lang.String type)
Create a solver feature.
|
java.lang.String[] |
problemNames()
Returns list of solver problem tags.
|
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
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
SolverFeature create(java.lang.String tag, java.lang.String type)
create
in interface PropFeatureList<SolverFeature>
tag
- Feature tag.type
- Feature type.java.lang.String[] problemNames()