net.sourceforge.cilib.type.types
Interface BoundedType
- All Known Implementing Classes:
- Bit, Int, Long, Numeric, Real
public interface BoundedType
Interface to define bounds. These bounds are generally / currently defined
to be a single upper and lower bound. There may be situations whereby this
functionality may need to be extended to an arbitrary amount of bounds. This
is still very much in debate.
- Author:
- gpampara
getBounds
Bounds getBounds()
setBounds
void setBounds(Bounds bounds)
setBounds
void setBounds(double lower,
double upper)
Copyright © 2009 CIRG. All Rights Reserved.