|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectsysModel.env.FishApplyParams
public class FishApplyParams
Class containing parameters that the fish passes back to the lambda on an update.
| Field Summary | |
|---|---|
private AFish |
_fish
|
private AGlobalEnv.ALocalEnv |
_localEnv
|
| Constructor Summary | |
|---|---|
FishApplyParams(AFish f,
AGlobalEnv.ALocalEnv le)
Construct new parameters. |
|
| Method Summary | |
|---|---|
AFish |
fish()
Get the fish. |
AGlobalEnv.ALocalEnv |
localEnv()
Get the local environment. |
java.lang.String |
toString()
Return the string representation of the fish-local environment pair. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private AFish _fish
private AGlobalEnv.ALocalEnv _localEnv
| Constructor Detail |
|---|
public FishApplyParams(AFish f,
AGlobalEnv.ALocalEnv le)
f - fishle - local environment| Method Detail |
|---|
public AFish fish()
public AGlobalEnv.ALocalEnv localEnv()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||