ReleaseTypesFromObject

This function evaluates to the list of ReleaseTypes which represent outflows from an Object

Description

This function returns a list of unique names of ReleaseTypes of Supplies which represent outflows from a specified Object.

Type

LIST {STRING}

Arguments

Type

Meaning

1

OBJECT

The Object.

Evaluation

The set of Accounts on the Object are examined. The outflow Supplies on those Accounts which link a different downstream Object are considered. The names of the ReleaseTypes of those Supplies are added to the returned list -- but any given ReleaseType name will appear on the list only once.

Comments

ReleaseTypes are properties of Supplies. The returned list can include the default ("NONE") ReleaseType. Supplies which represent "internal flows" between two Accounts on the Object are not considered.

 
ReleaseTypesFromObject(%"Reservior1")
 
{"MinimumFlows", "Flood"}