|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodomainMap
Declares the interface common to all codomain maps. Subclasses encapsulates a parameterized map:
y = f(x, p[1], ..., p[n])
The actual values of the parameters p[k]
are defined by the
CodomainMapContext
which is passed to the
setContext
method.
CodomainMapContext
Method Summary | |
---|---|
void |
setContext(CodomainMapContext cxt)
Sets the parameters used to write the equation of the specified codomain transformation. |
int |
transform(int x)
Performs the transformation. |
Method Detail |
---|
void setContext(CodomainMapContext cxt)
cxt
- Specifies the parameters.int transform(int x)
x
- The input value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.