Class nclosure.examples.animals.Example
- Defined in: example.js
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<private> |
Method Summary
Method Attributes | Method Name and Description |
---|---|
<private> | |
<private> | |
<private> |
makeAnimalTalk_(animal)
|
Class Detail
nclosure.examples.animals.Example()
Field Detail
<private>
animals_
Method Detail
-
<private> {Array.
} initRandomAnimals_()- Returns:
- {Array.
} A colleciton of random animals.
-
<private> makeAnimalsTalk_()
-
<private> makeAnimalTalk_(animal)
- Parameters:
- {nclosure.examples.animals.IAnimal} animal
- The animal to talkify.