public class SegmentControlParams
extends java.lang.Object
Constructor and Description |
---|
SegmentControlParams(java.lang.String strBasisSpline,
BasisSetParams bsbp,
SegmentInelasticParams segParams,
AbstractUnivariate auShapeControl)
SpanParams constructor
|
Modifier and Type | Method and Description |
---|---|
BasisSetParams |
getBasisSetParams()
Retrieve the Segment Basis Set Construction Parameters
|
java.lang.String |
getBasisSpline()
Retrieve the Named Segment Basis Spline
|
SegmentInelasticParams |
getSegmentInelasticParams()
Retrieve the Segment Inelastic Parameters
|
AbstractUnivariate |
getShapeController()
Retrieve the Segment Shape Controller
|
public SegmentControlParams(java.lang.String strBasisSpline, BasisSetParams bsbp, SegmentInelasticParams segParams, AbstractUnivariate auShapeControl) throws java.lang.Exception
strBasisSpline
- Named Segment Basis Splinebsbp
- Segment Basis Set Construction ParameterssegParams
- Segment Inelastic ParametersauShapeControl
- Segment Shape Controllerjava.lang.Exception
- Thrown if inputs are invalidpublic java.lang.String getBasisSpline()
public BasisSetParams getBasisSetParams()
public SegmentInelasticParams getSegmentInelasticParams()
public AbstractUnivariate getShapeController()