-
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.
#Protocols We have 2 main protocols:
- SentenceGeneratorProtocol (SPG)
- WordListProtocol (WLP)
Every class that implements SPG must have its own WordList (another object that implements the WLP).