|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.pmml.model.datadictionary.Interval
public class Interval
The interval representation (without extensions)
| Field Summary | |
|---|---|
private ClosureTypes |
closure
The closure attribute |
private double |
leftMargin
The closure attribute |
private double |
rightMargin
The closure attribute |
private List<Value> |
values
The associated values |
| Constructor Summary | |
|---|---|
Interval()
|
|
| Method Summary | |
|---|---|
ClosureTypes |
getClosure()
Getter for the closure |
double |
getLeftMargin()
Getter for the leftMargin |
double |
getRightMargin()
Getter for the rightMargin |
List<Value> |
getValues()
Getter for the associated values |
void |
setClosure(ClosureTypes closure)
Setter for the closure |
void |
setLeftMargin(double leftMargin)
Setter for the leftMargin |
void |
setRightMargin(double rightMargin)
Setter for the rightMargin |
Interval |
withValue(Value value)
Adds a value reference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ClosureTypes closure
private double leftMargin
private double rightMargin
private final List<Value> values
| Constructor Detail |
|---|
public Interval()
| Method Detail |
|---|
public Interval withValue(Value value)
value - the value to add
public List<Value> getValues()
public ClosureTypes getClosure()
public void setClosure(ClosureTypes closure)
closure - the closure to setpublic double getLeftMargin()
public void setLeftMargin(double leftMargin)
leftMargin - the leftMargin to setpublic double getRightMargin()
public void setRightMargin(double rightMargin)
rightMargin - the rightMargin to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||