Package pulse.math.transforms
Class BoundedParameterTransform
- java.lang.Object
-
- pulse.math.transforms.BoundedParameterTransform
-
- All Implemented Interfaces:
Serializable,Transformable
- Direct Known Subclasses:
AtanhTransform,PeriodicTransform,StickTransform
public abstract class BoundedParameterTransform extends Object implements Transformable
An abstractTransformablewhere the bounds of the parameter is manually set. Subclasses can be bounded from either on or both sides.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoundedParameterTransform(Segment bounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SegmentgetBounds()voidsetBounds(Segment bounds)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pulse.math.transforms.Transformable
inverse, transform
-
-