public class SegmentResponseConstraintSet
extends java.lang.Object
Constructor and Description |
---|
SegmentResponseConstraintSet()
Empty SegmentResponseConstraintSet Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
addBase(SegmentResponseValueConstraint srvcBase)
Add the Base Segment Response Value Constraint
|
boolean |
addSensitivity(SegmentResponseValueConstraint srvcSensitivity)
Add the Base Segment Response Value Constraint Sensitivity
|
SegmentResponseValueConstraint |
getBase()
Retrieve the Base Segment Response Value Constraint
|
SegmentResponseValueConstraint |
getSensitivity()
Retrieve the Base Segment Response Value Constraint Sensitivity
|
public SegmentResponseConstraintSet()
public boolean addBase(SegmentResponseValueConstraint srvcBase)
srvcBase
- The Base Segment Response Value Constraintpublic boolean addSensitivity(SegmentResponseValueConstraint srvcSensitivity)
srvcSensitivity
- The Base Segment Response Value Constraint Sensitivitypublic SegmentResponseValueConstraint getBase()
public SegmentResponseValueConstraint getSensitivity()