Method ADT.Relation.Binary()->create()
- Method
create
ADT.Relation.Binary ADT.Relation.Binary(
void
|mixed
id
,void
|mapping
(LeftType
:RightType
)|this_program
(<LeftType
,RightType
>)initial
)- Description
Initialize a new ADT.Relation.Binary object.
- Parameter
id
Identifier for the relation.
- Parameter
initial
Initial contents of the relation.
- See also