Uses of Class
org.drasyl.node.plugin.groups.manager.data.Group
Packages that use Group
Package
Description
The groups manager plugin.
Classes used to model the internal state of the manager (e.g.
Contains a backend (e.g.
Adapter to connect the groups manager with a JDBC-compliant database.
- 
Uses of Group in org.drasyl.node.plugin.groups.managerMethods in org.drasyl.node.plugin.groups.manager that return types with arguments of type GroupMethod parameters in org.drasyl.node.plugin.groups.manager with type arguments of type GroupModifier and TypeMethodDescription
- 
Uses of Group in org.drasyl.node.plugin.groups.manager.dataMethods in org.drasyl.node.plugin.groups.manager.data that return GroupModifier and TypeMethodDescriptionMembership.getGroup()static GroupCreates a Group object with default minDifficulty and timeout.static GroupCreates a Group object with given parameters.Methods in org.drasyl.node.plugin.groups.manager.data with parameters of type Group
- 
Uses of Group in org.drasyl.node.plugin.groups.manager.databaseMethods in org.drasyl.node.plugin.groups.manager.database that return GroupModifier and TypeMethodDescriptionReturns the group with the specifiednameornullif it could not be found.Methods in org.drasyl.node.plugin.groups.manager.database that return types with arguments of type GroupMethods in org.drasyl.node.plugin.groups.manager.database with parameters of type GroupModifier and TypeMethodDescriptionbooleanAdds a group to the database if it doesn't exist already.booleanDatabaseAdapter.updateGroup(Group group) Updates the specifiedgroup.
- 
Uses of Group in org.drasyl.node.plugin.groups.manager.database.jdbcMethods in org.drasyl.node.plugin.groups.manager.database.jdbc that return GroupMethods in org.drasyl.node.plugin.groups.manager.database.jdbc that return types with arguments of type GroupMethods in org.drasyl.node.plugin.groups.manager.database.jdbc with parameters of type Group