public static class FieldMetaInfo.Interval extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
FieldMetaInfo.Interval.Closure
Enumerated type for the closure.
|
Modifier and Type | Field and Description |
---|---|
protected FieldMetaInfo.Interval.Closure |
m_closure |
protected double |
m_leftMargin
The left boundary value
|
protected double |
m_rightMargin
The right boundary value
|
Modifier | Constructor and Description |
---|---|
protected |
Interval(Element interval)
Construct an interval.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(double value)
Returns true if this interval contains the supplied value.
|
String |
toString() |
protected double m_leftMargin
protected double m_rightMargin
protected FieldMetaInfo.Interval.Closure m_closure
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.