Skip to content
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.

Protocols

We have 2 main protocols:

Every class that implements SPG must have its own WordList (another object that implements the WLP).

Classes

Sentence Generators

These are the classes that produce and returns random sentences. All must implemente SPG.

Word Lists

One wordList for each language implemented.

  • PtBrWordList
  • EnWordList

Extensions

There are some extensions used on this Framework:

  • ARRAY: .random()
  • INT: .random()
  • STRING: .concat(String...), .capitalizingFirstLetter()
Clone this wiki locally