public interface Meta<Class>
| 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 val3) |
Integer processIncrementInclIncl()
Integer processIncrementInclExcl()
Integer processIncrementExclIncl()
Integer processIncrementExclExcl()
Integer process()
int getStartValue()
int getEndValue()
void setStartValue(int val1)
void setEndValue(int val2)
Bound getStartBound()
Bound getEndBound()
void setStartBound(Bound bound1)
void setEndBound(Bound bound2)
MetaLanguageStatements getMetaName()
int getThirdValue()
void setThirdValue(int val3)
void addValues()
Copyright © 2015. All rights reserved.