public interface Constr extends ModelEntity
Modifier and Type | Method and Description |
---|---|
ConstrFeature |
create(java.lang.String tag)
Create a child feature.
|
ConstrFeatureList |
feature()
Returns all constraint features.
|
ConstrFeature |
feature(java.lang.String tag)
Returns a constraint feature.
|
int |
global()
Returns the number of components in a global constraint, or -1 if the
constraint is shape function-based.
|
Constr |
global(int nglobal)
Sets the number of components of a global constraint.
|
java.lang.String[] |
shape()
Returns the tags of the shape functions associated with the
constraint.
|
Constr |
shape(java.lang.String[] shtags)
Points to the shape functions associated with the constraint.
|
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
ConstrFeature create(java.lang.String tag)
tag
- Feature tag.ConstrFeatureList feature()
ConstrFeature feature(java.lang.String tag)
tag
- Constraint feature tag.int global()
Constr global(int nglobal)
nglobal
- Number of components.java.lang.String[] shape()
Constr shape(java.lang.String[] shtags)
shtags
- Shape function tags.