Method | Description | |
---|---|---|
ClearWatch ( ) : void | ||
Clone ( ) : Object | ||
IsModified ( ) : bool | ||
SetWatch ( ) : void | ||
ToString ( ) : String |
Returns the name of this variable.
|
|
UpdateDomain ( |
Updates the domain of the current variable with the parameter domain d after pushing the Trail trial
|
|
Variable ( Cream.Network net, |
Constructs a variable of the network with an initial domain d and a default name. This constructor is equivalent to Variable(network, d, null).
|
|
Variable ( Cream.Network net, |
Constructs a variable of the network with an initial domain d and a name specified by the parameter name. When the parameter name is null, default names (v1, v2, and so on) are used.
|
Method | Description | |
---|---|---|
ClearModified ( ) : void | ||
Copy ( Cream.Network net ) : |
Creates a Copy of this variable for a new network.
|
|
SetModified ( ) : void |
protected Copy ( Cream.Network net ) : |
||
net | Cream.Network | |
return |
public UpdateDomain ( |
||
d | the domain to be updated with | |
trail | the trail to be pushed | |
return | void |
public Variable ( Cream.Network net, |
||
net | Cream.Network | the network /// |
d | the initial domain /// | |
return | System |
public Variable ( Cream.Network net, |
||
net | Cream.Network | the network /// |
d | the initial domain /// | |
name | String | the name of the variable, or null for a default name /// |
return | System |