public class MetaIntegerWithIncrement extends Object implements MetaWithIncrement
| Modifier and Type | Field and Description |
|---|---|
protected Bound |
bound1 |
protected Bound |
bound2 |
int |
currentVal |
protected int |
increment |
protected MetaLanguageStatements |
name |
protected int |
val1 |
protected int |
val2 |
protected ArrayList<Integer> |
values |
| Modifier and Type | Method and Description |
|---|---|
void |
addValues() |
Bound |
getEndBound() |
int |
getEndValue() |
MetaLanguageStatements |
getMetaName() |
Bound |
getStartBound() |
int |
getStartValue() |
int |
getThirdValue() |
ArrayList<Integer> |
getValues() |
Integer |
process() |
Integer |
processIncrementExclExcl() |
Integer |
processIncrementExclIncl() |
Integer |
processIncrementInclExcl() |
Integer |
processIncrementInclIncl() |
void |
setEndBound(Bound bound2) |
void |
setEndValue(int val2) |
void |
setStartBound(Bound bound1) |
void |
setStartValue(int val1) |
void |
setThirdValue(int increment) |
public int currentVal
protected int increment
protected MetaLanguageStatements name
protected int val1
protected int val2
protected Bound bound1
protected Bound bound2
public Integer processIncrementInclIncl()
processIncrementInclIncl in interface Metapublic Integer processIncrementInclExcl()
processIncrementInclExcl in interface Metapublic Integer processIncrementExclIncl()
processIncrementExclIncl in interface Metapublic Integer processIncrementExclExcl()
processIncrementExclExcl in interface Metapublic int getThirdValue()
getThirdValue in interface Metapublic void setThirdValue(int increment)
setThirdValue in interface Metapublic int getStartValue()
getStartValue in interface Metapublic int getEndValue()
getEndValue in interface Metapublic void setStartValue(int val1)
setStartValue in interface Metapublic void setEndValue(int val2)
setEndValue in interface Metapublic Bound getStartBound()
getStartBound in interface Metapublic Bound getEndBound()
getEndBound in interface Metapublic void setStartBound(Bound bound1)
setStartBound in interface Metapublic void setEndBound(Bound bound2)
setEndBound in interface Metapublic MetaLanguageStatements getMetaName()
getMetaName in interface MetaCopyright © 2015. All rights reserved.