-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Camila Oliveira edited this page Apr 14, 2018
·
6 revisions
Welcome to the BlaBlaBla wiki! The entire framework is build as static, meaning there is nothing unique to one instance of the main classes.
We have 2 main protocols:
Every class that implements SPG must have its own WordList (another object that implements the WLP).
These are the classes that produce and returns random sentences. All must implemente SPG.
One wordList for each language implemented.
- PtBrWordList
- EnWordList
There are some extensions used on this Framework:
- ARRAY: .random()
- INT: .random()
- STRING: .concat(String...), .capitalizingFirstLetter()