Class ThemeDataSetGenerator.SocialMediaConfig
java.lang.Object
org.eclipse.rdf4j.benchmark.rio.util.ThemeDataSetGenerator.SocialMediaConfig
- Enclosing class:
ThemeDataSetGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithCliqueSizes(int... cliqueSizes) withCommentsPerPost(int commentsPerPost) withFollowsPerUser(int followsPerUser) withLikesPerPost(int likesPerPost) withPostsPerUser(int postsPerUser) withSeed(long seed) withTagCount(int tagCount) withTagsPerPost(int tagsPerPost) withUserCount(int userCount)
-
Constructor Details
-
SocialMediaConfig
public SocialMediaConfig()
-
-
Method Details
-
withUserCount
-
withPostsPerUser
-
withCommentsPerPost
-
withLikesPerPost
-
withFollowsPerUser
-
withTagsPerPost
-
withTagCount
-
withCliqueSizes
-
withSeed
-