public class ResponseScalingShapeControl
extends java.lang.Object
Constructor and Description |
---|
ResponseScalingShapeControl(boolean bIsLocal,
AbstractUnivariate auShapeControl)
ResponseScalingShapeControl constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isLocal()
Indicate if the Control is applied on a Local or a Global Predicate Ordinate Basis
|
AbstractUnivariate |
shapeController()
Retrieve the Shape Control Univariate Function
|
public ResponseScalingShapeControl(boolean bIsLocal, AbstractUnivariate auShapeControl) throws java.lang.Exception
bIsLocal
- TRUE => Shape Control is applied on a local segment basisauShapeControl
- => Univariate Shape Controller Functionjava.lang.Exception
- Thrown if the Inputs are invalidpublic boolean isLocal()
public AbstractUnivariate shapeController()