|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIntSet
Interface that represents field domain of the primitive type int
.
Method Summary | |
---|---|
void |
addInt(int i)
|
void |
addRange(int min,
int diff,
int max)
|
void |
removeInt(int i)
|
Methods inherited from interface korat.finitization.IFieldDomain |
---|
getClassOfField, getNumberOfElements, getNumOfClassDomains, isArrayType, isPrimitiveType |
Method Detail |
---|
void addInt(int i)
void addRange(int min, int diff, int max)
void removeInt(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |