public interface CoeffList extends ModelEntityList<Coeff>
| Modifier and Type | Method and Description |
|---|---|
Coeff |
create(java.lang.String tag,
java.lang.String field)
Create a coefficient form equations.
|
Coeff |
create(java.lang.String tag,
java.lang.String[] fields)
Create coefficient form equations.
|
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetagactive, 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, versiongetContainer, getDisplayStringCoeff create(java.lang.String tag, java.lang.String field)
tag - Coefficient form equations tag.field - Field tag.Coeff create(java.lang.String tag, java.lang.String[] fields)
tag - Coefficient form equations tag.fields - Field tags.