| Package | Description |
|---|---|
| uk.ac.ncl.botnetwork.domain | |
| uk.ac.ncl.botnetwork.repositories |
| Modifier and Type | Method and Description |
|---|---|
Config |
User.getConfig() |
Config |
GeneratedTweet.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setConfig(Config config) |
void |
GeneratedTweet.setConfig(Config config) |
| Constructor and Description |
|---|
Connection(User origin,
User destination,
Config config) |
GeneratedTweet(java.lang.String text,
java.lang.Long classificationId,
User user,
Config config) |
User(java.lang.Long twitterId,
java.lang.String screenName,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
Config |
ConfigRepository.findByConfigId(java.lang.Long id)
Find a
Config with a given id. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Config> |
ConfigRepository.findNotComplete()
Find all of the
Config's that are yet to be ran. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<User> |
UserRepository.getByConfig(Config c)
|
java.util.List<Connection> |
ConnectionRepository.getByConfig(Config c)
|
java.util.List<GeneratedTweet> |
BNTweetRepository.getByConfig(Config c)
Given a
Config, find all generated tweets that
correspond to that object. |