public class SegmentCustomBuilderControl
extends java.lang.Object
Constructor and Description |
---|
SegmentCustomBuilderControl(java.lang.String strBasisSpline,
FunctionSetBuilderParams fsbp,
SegmentDesignInelasticControl sdic,
ResponseScalingShapeControl rssc)
SegmentCustomBuilderControl constructor
|
Modifier and Type | Method and Description |
---|---|
FunctionSetBuilderParams |
basisSetParams()
Retrieve the Basis Set Parameters
|
java.lang.String |
basisSpline()
Retrieve the Basis Spline Name
|
SegmentDesignInelasticControl |
inelasticParams()
Retrieve the Segment Inelastic Parameters
|
ResponseScalingShapeControl |
shapeController()
Retrieve the Segment Shape Controller
|
public SegmentCustomBuilderControl(java.lang.String strBasisSpline, FunctionSetBuilderParams fsbp, SegmentDesignInelasticControl sdic, ResponseScalingShapeControl rssc) throws java.lang.Exception
strBasisSpline
- Named Segment Basis Splinefsbp
- Segment Basis Set Construction Parameterssdic
- Segment Design Inelastic Parametersrssc
- Segment Shape Controllerjava.lang.Exception
- Thrown if inputs are invalidpublic java.lang.String basisSpline()
public FunctionSetBuilderParams basisSetParams()
public SegmentDesignInelasticControl inelasticParams()
public ResponseScalingShapeControl shapeController()