Module Assemblages
A container for registered Assemblages
Functions
register (name, assemblage) | Registers an Assemblage. |
has (name) | Returns true if the containter has an Assemblage with the specified name |
get (name) | Returns the Assemblage with the specified name |
Functions
- register (name, assemblage)
-
Registers an Assemblage.
Parameters:
- name string Name to register under
- assemblage Assemblage Assemblage to register
- has (name)
-
Returns true if the containter has an Assemblage with the specified name
Parameters:
- name string Name of the Assemblage to check
Returns:
-
boolean
- get (name)
-
Returns the Assemblage with the specified name
Parameters:
- name string Name of the Assemblage to get
Returns: