|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntFunction
General mappings to scalar integer range.
Field Summary |
---|
Fields inherited from interface cz.cuni.jagrlib.iface.Property |
---|
LOGGING, STATISTICS, TEXT_DESCRIPTION |
Method Summary | |
---|---|
int |
g(double x)
Compute the mapping: double -> int. |
int |
g(double[] arg)
Compute the mapping: double[] -> int. |
int |
g(double x,
double y)
Compute the mapping: double[2] -> int. |
int |
g(double x,
double y,
double z)
Compute the mapping: double[3] -> int. |
int |
g(int x)
Compute the mapping: int -> double. |
int |
g(int[] arg)
Compute the mapping: int[] -> int. |
int |
g(int x,
int y)
Compute the mapping: int[2] -> int. |
int |
g(int x,
int y,
int z)
Compute the mapping: int[3] -> int. |
double[] |
getDomain(double[] dom)
Returns domain of the mapping. |
int[] |
getDomain(int[] dom)
Returns domain of the mapping. |
Methods inherited from interface cz.cuni.jagrlib.iface.Property |
---|
commit, get, set |
Method Detail |
---|
int g(double x)
int g(int x)
int g(double x, double y)
int g(int x, int y)
int g(double x, double y, double z)
int g(int x, int y, int z)
int g(double[] arg)
int g(int[] arg)
double[] getDomain(double[] dom)
dom
- Domain array (dom[0] = Xmin, dom[1] = Xmax, etc.).
int[] getDomain(int[] dom)
dom
- Domain array (dom[0] = Xmin, dom[1] = Xmax, etc.).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |