sysModel.env
Class FishApplyParams

java.lang.Object
  extended by sysModel.env.FishApplyParams

public class FishApplyParams
extends java.lang.Object

Class containing parameters that the fish passes back to the lambda on an update.

Author:
Mathias Ricken

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

_fish

private AFish _fish

_localEnv

private AGlobalEnv.ALocalEnv _localEnv
Constructor Detail

FishApplyParams

public FishApplyParams(AFish f,
                       AGlobalEnv.ALocalEnv le)
Construct new parameters.

Parameters:
f - fish
le - local environment
Method Detail

fish

public AFish fish()
Get the fish.

Returns:
fish

localEnv

public AGlobalEnv.ALocalEnv localEnv()
Get the local environment.

Returns:
local environment

toString

public java.lang.String toString()
Return the string representation of the fish-local environment pair.

Overrides:
toString in class java.lang.Object
Returns:
string representation