PsdConstraint.get()
Get information value of the PSD constraint. Support related PSD informations.
Synopsis
double get(String info)
Arguments
info
: name of queried information.Return
information value.
PsdConstraint.getIdx()
Get index of the PSD constraint.
Synopsis
int getIdx()
Return
the index of the PSD constraint.
PsdConstraint.getName()
Get name of the PSD constraint.
Synopsis
String getName()
Return
the name of the PSD constraint.
PsdConstraint.remove()
Remove this PSD constraint from model.
Synopsis
void remove()
PsdConstraint.set()
Set information value of the PSD constraint. Support related PSD informations.
Synopsis
void set(String info, double value)
Arguments
info
: name of queried information.
value
: new information value.
PsdConstraint.setName()
Set name of a PSD constraint.
Synopsis
void setName(String name)
Arguments
name
: the name to set.