public interface OptSequence extends ModelEntity
Modifier and Type | Method and Description |
---|---|
OptFeatureList |
bound()
Gets the list of bound features.
|
OptFeature |
bound(java.lang.String tag)
Gets a bound feature with a given tag.
|
ConstrList |
constr()
Get the list of constraints.
|
Constr |
constr(java.lang.String tag)
Gets the constraint with a given tag.
|
OptFeatureList |
gconstr()
Gets the list of global constraint features.
|
OptFeature |
gconstr(java.lang.String tag)
Get a global constraint feature with a given name.
|
OptFeatureList |
objective()
Gets the objective features.
|
OptFeature |
objective(java.lang.String tag)
Gets an objective feature with given tag.
|
OptFeatureList |
scale()
Gets the list of scale features.
|
OptFeature |
scale(java.lang.String tag)
Gets a scale feature with a given tag.
|
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
OptFeatureList bound()
OptFeature bound(java.lang.String tag)
tag
- Bound feature tag.ConstrList constr()
Constr constr(java.lang.String tag)
tag
- Constraint feature tag.OptFeatureList gconstr()
OptFeature gconstr(java.lang.String tag)
tag
- Global constraint tag.OptFeatureList objective()
OptFeature objective(java.lang.String tag)
tag
- Objective feature tag.OptFeatureList scale()
OptFeature scale(java.lang.String tag)
tag
- Scale feature tag.